remove unused imports

This commit is contained in:
aaron
2023-12-04 22:47:50 +01:00
parent c96aaae0ff
commit 594fb5e065

View File

@@ -1,8 +1,5 @@
from aocd.models import Puzzle
from aocd import submit
from dataclasses import dataclass
import math
import re
def get_winning_numbers(input_data: str) -> list: