Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jan 29, 2024
1 parent 66c62ae commit 199cf74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sphinx_apipages/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ def config_inited(app: sphinx.application.Sphinx, config):
for src_file in api_src_files
]
api_old_dst_files = [
file for file in api_old_dst_files
if file not in api_dst_files
file for file in api_old_dst_files if file not in api_dst_files
]
for src_file, dst_file in zip(api_src_files, api_dst_files):
if (
Expand Down

0 comments on commit 199cf74

Please sign in to comment.