Skip to content

Commit 371bcc3

Browse files
committed
🧪 Format conf.py
1 parent 279a59d commit 371bcc3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,7 @@
198198
f"https://codecov.io/github/{github_repo_slug}/coverage.svg"
199199
"?branch=master&flag=pytest"
200200
),
201-
"target": (
202-
f"https://codecov.io/github/{github_repo_slug}"
203-
"?flags[]=pytest"
204-
),
201+
"target": f"https://codecov.io/github/{github_repo_slug}?flags[]=pytest",
205202
"height": "20",
206203
"alt": "Code coverage status",
207204
},

0 commit comments

Comments
 (0)