diff options
author | BonfaceKilz | 2021-04-30 13:05:21 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-04-30 13:45:15 +0300 |
commit | 114e7d3395f28ddead0ff3a94c10d0bf534fb493 (patch) | |
tree | 39e2f8132a55b2a1a080a548e5bb463a3ac13f77 /wqflask/wqflask/model.py | |
parent | 90ec57905c8afdbd5e9e8c44dcc369bd0e9c2d1b (diff) | |
download | genenetwork2-114e7d3395f28ddead0ff3a94c10d0bf534fb493.tar.gz |
autopep8: Fix E101, E11
Diffstat (limited to 'wqflask/wqflask/model.py')
-rw-r--r-- | wqflask/wqflask/model.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/model.py b/wqflask/wqflask/model.py index 7b9ff8fe..55b0278a 100644 --- a/wqflask/wqflask/model.py +++ b/wqflask/wqflask/model.py @@ -36,7 +36,7 @@ class User(Base): # json detailing when they became a superuser, otherwise empty superuser = Column(Text) - # if not superuser + # if not superuser logins = relationship("Login", order_by="desc(Login.timestamp)", |