Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
EphraimSiegfried committed Nov 27, 2022
1 parent 9b1173a commit c4519b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/interpreter_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import unittest
from fmover import interpreter
from src.fmover import interpreter


class InterpreterTest(unittest.TestCase):
Expand Down
2 changes: 1 addition & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from unittest import TestCase

from fmover.config import MoveConfig
from src.fmover.config import MoveConfig


class TestMoveConfig(TestCase):
Expand Down

0 comments on commit c4519b3

Please sign in to comment.