diff --git a/2023/d03/ex1/ex1.py b/2023/d03/ex1/ex1.py index 9e48fad..36cb548 100755 --- a/2023/d03/ex1/ex1.py +++ b/2023/d03/ex1/ex1.py @@ -1,6 +1,5 @@ #!/usr/bin/env python -import itertools import sys from collections.abc import Iterator from typing import NamedTuple diff --git a/2023/d03/ex2/ex2.py b/2023/d03/ex2/ex2.py index b7ba154..6cf3d80 100755 --- a/2023/d03/ex2/ex2.py +++ b/2023/d03/ex2/ex2.py @@ -1,6 +1,5 @@ #!/usr/bin/env python -import itertools import sys from collections import defaultdict from collections.abc import Iterator