Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
benleb committed Feb 14, 2020
1 parent 3240906 commit 505abd2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions apps/automoli/pkg_helper.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import os
import sys
# from site import getuserbase
from typing import Dict, List, Set
from typing import Set

from pkg_resources import Distribution, Requirement
from pkg_resources import Requirement
from pkg_resources import parse_requirements as parse
from pkg_resources import working_set

Expand Down

0 comments on commit 505abd2

Please sign in to comment.