Skip to content

Commit 91d63c5

Browse files
committed
swagger license added
1 parent 5722025 commit 91d63c5

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.env

Lines changed: 0 additions & 3 deletions
This file was deleted.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ htmlcov/
99
dist/
1010
build/
1111
*.egg-info/
12-
.idea/
12+
.idea/
13+
flask-app.tar

run.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
from application import app
2-
from dotenv import load_dotenv
3-
import os
42

5-
env_path = '{0}\\.env'.format(os.getcwd())
6-
load_dotenv(dotenv_path=env_path)
73

84
if __name__ == '__main__':
95
app.run()

0 commit comments

Comments
 (0)