Skip to content

Commit 25260ec

Browse files
committed
Fix ordering
1 parent 00533ef commit 25260ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

2018/day21/test_day21.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
https://adventofcode.com/2018/day/21
55
"""
66

7-
import pytest
8-
97
from os import path
8+
import pytest
109
from .day21 import run_part1, run_part2
1110

1211
_CURRENT_FILE_DIR = path.dirname(__file__)

0 commit comments

Comments
 (0)