From 0271dc7a882de6dde296905eec652e9c51e759b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20V=C3=A9zina?= Date: Fri, 15 Oct 2021 22:26:47 -0400 Subject: Optimize imports --- bin/tftpy_client.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/tftpy_client.py b/bin/tftpy_client.py index 12f38f7..cb50117 100755 --- a/bin/tftpy_client.py +++ b/bin/tftpy_client.py @@ -2,8 +2,11 @@ # vim: ts=4 sw=4 et ai: # -*- coding: utf8 -*- -import sys, logging, os +import logging +import os +import sys from optparse import OptionParser + import tftpy log = logging.getLogger('tftpy') -- cgit v1.2.1