summaryrefslogtreecommitdiff
path: root/tftpy/TftpClient.py
diff options
context:
space:
mode:
authoradehad <26027314+adehad@users.noreply.github.com>2021-10-21 18:53:17 +0100
committeradehad <26027314+adehad@users.noreply.github.com>2021-10-21 18:53:17 +0100
commitbdba8b461e345255f6f5bd1654c9e813b1b913bf (patch)
tree2fc353a045177cbdd94e62ac167b36634b07fba0 /tftpy/TftpClient.py
parent11865abc65c7c096e8a415eda35b684140334ea7 (diff)
downloadtftpy-bdba8b461e345255f6f5bd1654c9e813b1b913bf.tar.gz
re-lint after merge
Diffstat (limited to 'tftpy/TftpClient.py')
-rw-r--r--tftpy/TftpClient.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tftpy/TftpClient.py b/tftpy/TftpClient.py
index 3aac753..03522d1 100644
--- a/tftpy/TftpClient.py
+++ b/tftpy/TftpClient.py
@@ -15,7 +15,6 @@ from .TftpShared import *
log = logging.getLogger("tftpy.TftpClient")
-
class TftpClient(TftpSession):
"""This class is an implementation of a tftp client. Once instantiated, a
download can be initiated via the download() method, or an upload via the