From 7a8838eeaf2a94a4ee8d309f2091a4fde13e5afc Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Tue, 12 Feb 2019 23:58:57 +0100 Subject: PEP8 optimize imports (#242) To make them PEP8-compliant --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 317487d4..96075559 100644 --- a/setup.py +++ b/setup.py @@ -5,9 +5,9 @@ SNMP v1/v2c/v3 engine and Standard Applications suite written in pure-Python. Supports Manager/Agent/Proxy roles, Manager/Agent-side MIBs, asynchronous operation and multiple network transports. """ -import sys import os import re +import sys classifiers = """\ Development Status :: 5 - Production/Stable -- cgit v1.2.1