Skip to content

Commit

Permalink
Fix auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yuekui committed Nov 3, 2022
1 parent 55bda70 commit 29677e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sample/apps.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=unused-import
from django.apps import AppConfig


Expand All @@ -6,4 +7,4 @@ class SampleConfig(AppConfig):
name = "sample"

def ready(self):
from . import signals
from . import signals # noqa: F401

0 comments on commit 29677e9

Please sign in to comment.