Skip to content

Commit 9904df5

Browse files
committed
Fix linting
1 parent 2a078b3 commit 9904df5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
Publish:
1010
# prevents this action from running on forks
1111
if: github.repository == 'open2c/cooler'
12-
12+
1313
runs-on: ubuntu-latest
1414
permissions:
1515
id-token: write

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# All configuration values have a default; values that are commented out
1313
# serve to show the default.
1414

15-
from importlib.metadata import metadata
1615
from datetime import datetime
16+
from importlib.metadata import metadata
1717

1818
# -- Path setup --------------------------------------------------------------
1919

0 commit comments

Comments
 (0)