Skip to content

Commit 3cd0f13

Browse files
committed
Clean up relative import
1 parent 846a057 commit 3cd0f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from django.conf import settings
2-
from models import Experiment
2+
from experiments.models import Experiment
33
from modeldict import ModelDict
44

55

0 commit comments

Comments
 (0)