removed unused import 'os'

This commit is contained in:
Somdev Sangwan
2021-03-11 07:40:30 +05:30
committed by GitHub
parent 0b72bf3161
commit 42c5d1b16a

View File

@@ -3,7 +3,6 @@
from arjun.core.colors import green, end, info, bad, good, run, res from arjun.core.colors import green, end, info, bad, good, run, res
import os
import argparse import argparse
from urllib.parse import urlparse from urllib.parse import urlparse