Skip to content

Commit da6f240

Browse files
authored
Lint
1 parent 18330c1 commit da6f240

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jupyter_releaser/actions/publish_release.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# Distributed under the terms of the Modified BSD License.
33
import os
44

5-
from jupyter_releaser.util import get_default_branch, run
5+
from jupyter_releaser.util import get_default_branch
6+
from jupyter_releaser.util import run
67

78
release_url = os.environ["release_url"]
89
default_branch = get_default_branch()

0 commit comments

Comments
 (0)