Skip to content

Commit

Permalink
[doc] pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
sprenger committed Sep 10, 2021
1 parent a0a2d77 commit f10340c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions doc/source/images/generate_io_overview.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,7 @@ def generate_diagram(filename, plot_extensions=False):
if io_name == 'BaseIO':
io_name = io.__name__.rstrip('RawIO')
if io_name is None:
try:
io_name = io.__name__.rstrip('IO')
except:
continue
io_name = io.__name__.rstrip('IO')
if 'example' in io_name:
continue

Expand Down

0 comments on commit f10340c

Please sign in to comment.