Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tesatory committed Oct 16, 2024
1 parent 53e5c07 commit 2ccdd95
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion projects/self_notes/toy_story/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
LICENSE file in the root directory of this source tree.
"""


from typing import List, Type

from relation import IsAtEdge, IsWithEdge, HasEdge, IsInsideEdge, create_rules
Expand Down
1 change: 0 additions & 1 deletion projects/self_notes/toy_story/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
LICENSE file in the root directory of this source tree.
"""


from typing import Any, Dict, List, Type, Union


Expand Down
1 change: 0 additions & 1 deletion projects/self_notes/toy_story/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
LICENSE file in the root directory of this source tree.
"""


import json
import random
import argparse
Expand Down
1 change: 0 additions & 1 deletion projects/self_notes/toy_story/relation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
LICENSE file in the root directory of this source tree.
"""


from typing import List, Tuple

from rules import (
Expand Down
1 change: 0 additions & 1 deletion projects/self_notes/toy_story/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
LICENSE file in the root directory of this source tree.
"""


from typing import Optional, Type

from graph import Edge, Graph
Expand Down
1 change: 0 additions & 1 deletion projects/self_notes/toy_story/world.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
LICENSE file in the root directory of this source tree.
"""


import logging
import random
import numpy as np
Expand Down

0 comments on commit 2ccdd95

Please sign in to comment.