Skip to content

Commit

Permalink
fix: remove duplicate --builtins-allowed-modules option
Browse files Browse the repository at this point in the history
  • Loading branch information
asfaltboy committed Mar 25, 2024
1 parent 6f4e77f commit 33bc80d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions flake8_builtins.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ def add_options(cls, option_manager):
comma_separated_list=True,
help='A comma separated list of builtin module names to allow',
)
option_manager.add_option(
'--builtins-allowed-modules',
metavar='builtins',
parse_from_config=True,
comma_separated_list=True,
help='A comma separated list of builtin module names to allow',
)

@classmethod
def parse_options(cls, options):
Expand Down

0 comments on commit 33bc80d

Please sign in to comment.