We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00533ef commit 25260ecCopy full SHA for 25260ec
2018/day21/test_day21.py
@@ -4,9 +4,8 @@
4
https://adventofcode.com/2018/day/21
5
"""
6
7
-import pytest
8
-
9
from os import path
+import pytest
10
from .day21 import run_part1, run_part2
11
12
_CURRENT_FILE_DIR = path.dirname(__file__)
0 commit comments