Remove 'sys' import

This commit is contained in:
Batuhan Taskaya 2019-10-29 10:53:40 +03:00
parent 20d6407aa5
commit cfa9245a7d
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ from the deprecated imp module.
"""
import os
import sys
import importlib.util
import importlib.machinery