Skip to content

Commit

Permalink
reorder imports in __init__.py to follow PEP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
xshapira committed Jan 13, 2025
1 parent d6d372d commit 8ada04e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dj_watchfiles/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Use watchfiles in Django’s autoreloader."""

from .watch import *

__version__ = "2.0.1"
__license__ = "MIT License"

from .watch import *

0 comments on commit 8ada04e

Please sign in to comment.