cjber commited on
Commit
384f072
·
1 Parent(s): 2d9d5d2

remove unused import

Browse files
Files changed (1) hide show
  1. planning_ai/states.py +0 -1
planning_ai/states.py CHANGED
@@ -1,4 +1,3 @@
1
- import operator
2
  from pathlib import Path
3
  from typing import Annotated, TypedDict
4
 
 
 
1
  from pathlib import Path
2
  from typing import Annotated, TypedDict
3