1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

removed unused sys imports (#6546)

This commit is contained in:
hannay Mohanna
2018-11-30 17:59:19 -06:00
committed by Brad Warren
parent 73458daac9
commit d461655ec6
4 changed files with 0 additions and 8 deletions

View File

@@ -1,5 +1,3 @@
import sys
from setuptools import setup
from setuptools import find_packages

View File

@@ -1,5 +1,3 @@
import sys
from setuptools import setup
from setuptools import find_packages

View File

@@ -1,5 +1,3 @@
import sys
from setuptools import setup
from setuptools import find_packages

View File

@@ -1,5 +1,3 @@
import sys
from setuptools import setup
from setuptools import find_packages