Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and adamtheturtle committed Aug 22, 2023
1 parent 15c902d commit a03f03f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions enum_tools/autoenum.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
ClassDocumenter,
ClassLevelDocumenter,
Documenter,
logger,
ObjectMember,
ObjectMember,
logger
)
from sphinx.locale import _ # nodep
from sphinx.pycode import ModuleAnalyzer # nodep
Expand Down Expand Up @@ -257,7 +257,6 @@ def document_members(self, all_members: bool = False) -> None:

def _do_document_members(self, members, want_all, members_check_module, description):
# remove members given by exclude-members
breakpoint()
if self.options.exclude_members:
members = [
ObjectMember(name=membername, obj=member)
Expand Down

0 comments on commit a03f03f

Please sign in to comment.