Skip to content

Commit 4b4909a

Browse files
committed
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)