1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 06:38:32 +00:00

Remove redundant import

This commit is contained in:
Elisha Hollander 2021-05-03 00:12:56 +03:00 committed by GitHub
parent 6da0bc557f
commit 268c4819d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,6 @@ easy_install.ScriptWriter.get_args = get_args
def main():
import os
import re
import shutil
import sys
dests = sys.argv[1:] or ['.']