Skip to content

Commit 45a1958

Browse files
committed
Removed unused DEFAULT_EXTENSIONS constant.
1 parent 24eddda commit 45a1958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_watch/command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
from . import __version__
4646
from .config import merge_config
47-
from .constants import ALL_EXTENSIONS, DEFAULT_EXTENSIONS
47+
from .constants import ALL_EXTENSIONS
4848
from .watcher import watch
4949

5050

0 commit comments

Comments
 (0)