Skip to content

Commit e4867ea

Browse files
committed
fix linting
1 parent e5dbed5 commit e4867ea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/setup_ssh_test_keys.py

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
for future testing
1212
"""
1313
import conftest
14+
1415
from datashuttle.datashuttle import DataShuttle
1516

1617
(

tests/tests_integration/ssh_tests/test_ssh_setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import getpass
2+
23
import pytest
34
import ssh_test_utils
45
import test_utils

0 commit comments

Comments
 (0)