From e0cccb9a305352b0c078bfcdfaaf873facdf6c50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20V=C3=A9zina?= Date: Fri, 15 Oct 2021 22:15:45 -0400 Subject: Enhance PEP8 --- tftpy/TftpServer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tftpy/TftpServer.py b/tftpy/TftpServer.py index 849138d..fe505c3 100644 --- a/tftpy/TftpServer.py +++ b/tftpy/TftpServer.py @@ -20,6 +20,7 @@ from .TftpShared import * log = logging.getLogger('tftpy.TftpServer') + class TftpServer(TftpSession): """This class implements a tftp server object. Run the listen() method to listen for client requests. -- cgit v1.2.1