Skip to content

Commit 50ae318

Browse files
committed
Small tidy ups.
1 parent b26163b commit 50ae318

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

datashuttle/utils/ssh.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515
import paramiko
1616

17-
PORT = 3306
18-
1917
from datashuttle.configs import canonical_configs
2018
from datashuttle.utils import utils
2119

tests/ssh_test_utils.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
"""
2-
3-
"""
4-
51
import builtins
62
import copy
73
import os

0 commit comments

Comments
 (0)