Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed May 21, 2024
1 parent 2a078b3 commit 9904df5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
Publish:
# prevents this action from running on forks
if: github.repository == 'open2c/cooler'

runs-on: ubuntu-latest
permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

from importlib.metadata import metadata
from datetime import datetime
from importlib.metadata import metadata

# -- Path setup --------------------------------------------------------------

Expand Down

0 comments on commit 9904df5

Please sign in to comment.