mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-14 13:33:00 +00:00
satisfy updated ruff rules
mostly f-strings, manual fixes
This commit is contained in:
@@ -1050,7 +1050,7 @@ class APIToken(Hashed, Base):
|
||||
|
||||
@property
|
||||
def api_id(self):
|
||||
return 'a%i' % self.id
|
||||
return f"a{self.id}"
|
||||
|
||||
@property
|
||||
def owner(self):
|
||||
|
Reference in New Issue
Block a user