Skip to content

Commit

Permalink
[options] Remove extraneous import
Browse files Browse the repository at this point in the history
Removes an extraneous import identified by LGTM

Signed-off-by: Jake Hunsaker <[email protected]>
  • Loading branch information
TurboTurtle committed Apr 6, 2020
1 parent 80c9cd3 commit 2cda95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# See the LICENSE file in the source distribution for further information.

from argparse import ArgumentParser, Action
from argparse import Action
from configparser import ConfigParser, ParsingError, Error


Expand Down

0 comments on commit 2cda95f

Please sign in to comment.