Skip to content

Commit a105c78

Browse files
committed
more linter fixes
1 parent c4964a4 commit a105c78

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

python-interview-problems-parsing-csv/test_football_v1.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env python3
22
""" Pytest functions for CSV Football problem """
33
import pytest
4+
45
# import football_v1 as fb
56

67

python-interview-problems-parsing-csv/test_weather_v1.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
Write unit tests with Pytest to test your program.
2020
"""
2121
import pytest
22+
2223
# import weather_v1 as wthr
2324

2425

0 commit comments

Comments
 (0)