From b062e0f2abc189f352e019bac6854f469e9dfc8c Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Fri, 3 Dec 2021 14:15:14 +0100 Subject: Added tests --- aoc/__main__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'aoc/__main__.py') diff --git a/aoc/__main__.py b/aoc/__main__.py index efb215d..6dffd61 100644 --- a/aoc/__main__.py +++ b/aoc/__main__.py @@ -1,8 +1,7 @@ import argparse import os -import sys import importlib -from typing import Tuple, List +from typing import List def day(assignment_part: str) -> str: -- cgit v1.2.3