Skip to content

Commit

Permalink
rearrange imports
Browse files Browse the repository at this point in the history
  • Loading branch information
smaheshm committed Dec 28, 2020
1 parent 11d8d9e commit 15cda73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pfcwd_test.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import imp
import os
import sys
from unittest.mock import patch

from click.testing import CliRunner
from unittest.mock import patch

from utilities_common.db import Db

Expand Down

0 comments on commit 15cda73

Please sign in to comment.