Skip to content

Commit 8aab79a

Browse files
author
Steven Silvester
committed
fix formatting
1 parent 8ba65f3 commit 8aab79a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyter_releaser/npm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ def handle_npm_config(npm_token):
131131
"""Handle npm_config"""
132132
npmrc = Path(".npmrc")
133133
registry = os.environ.get("NPM_REGISTRY", "https://registry.npmjs.org/")
134-
registry = registry.replace('https:', '')
135-
registry = registry.replace('http:', '')
134+
registry = registry.replace("https:", "")
135+
registry = registry.replace("http:", "")
136136
text = f"registry={registry}"
137137
if npm_token:
138138
text += f"\n{registry}:_authToken={npm_token}"

0 commit comments

Comments
 (0)