less space

Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>
This commit is contained in:
Min RK
2022-08-02 13:34:42 +02:00
committed by GitHub
parent e4e4bf5ff4
commit a35a2ec8b7

View File

@@ -829,7 +829,6 @@ class OAuthClient(Base):
# these are the scopes an oauth client is allowed to request
# *not* the scopes of the client itself
allowed_scopes = Column(JSONList, default=[])
def __repr__(self):