Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4b4909a

Browse files
Suppress this warning -- things still work fine.
1 parent b1e9477 commit 4b4909a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎ch08-deployment/main.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def configure_fake_data():
5050

5151
if __name__ == '__main__':
5252
configure()
53+
# noinspection PyTypeChecker
5354
uvicorn.run(api, port=8000, host='127.0.0.1')
5455
else:
5556
configure()

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /