Skip to content

Commit bdc035c

Browse files
committed
Remove unused import
1 parent 10397bf commit bdc035c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sysproduction/data/orders.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import datetime
2-
from syscore.constants import missing_data, arg_not_supplied
2+
from syscore.constants import arg_not_supplied
33
from sysexecution.orders.named_order_objects import missing_order, no_parent
44

55
from sysdata.mongodb.mongo_order_stack import (

0 commit comments

Comments
 (0)