Skip to content

Commit c283b0a

Browse files
author
Massimiliano Pippi
authored
Remove unused import (#715)
* remove unused import * remove blank line
1 parent 70c6205 commit c283b0a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/docs.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,4 @@ jobs:
8181
if: github.event_name == 'push'
8282
env:
8383
REMOTE: https://x-access-token:${{secrets.GITHUB_TOKEN}}@github.com/${{github.repository}}.git
84-
8584
run: python docs/build.py

docs/build.py

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import unittest
1919
import subprocess
2020

21-
import semver
2221
from git import Repo
2322

2423

0 commit comments

Comments
 (0)