Skip to content

Commit 54834a1

Browse files
authored
Merge pull request #11 from sumaro2101/develop
fix
2 parents fe80ff1 + ecc17e5 commit 54834a1

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,4 @@ dump.rdb
181181
test.py
182182

183183
# certs
184-
certs/
184+
certs/jwt*

async_alembic/env.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
# add your model's MetaData object here
2323
# for 'autogenerate' support
2424
target_metadata = BaseModel.metadata
25-
target_metadata = None
2625

2726
# other values from the config, defined by the needs of env.py,
2827
# can be acquired:

config/models/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)