Skip to content

Commit aa3204c

Browse files
committed
fix: lint
Signed-off-by: yihong0618 <[email protected]>
1 parent 6d02e31 commit aa3204c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

github_poster/poster.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Create a poster from track data."""
2+
23
from collections import defaultdict
34

45
import svgwrite

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[tool.isort]
22
profile = "black"
3+
4+
5+
requires-python = ">=3.11"

0 commit comments

Comments
 (0)