Bjo53 commited on
Commit
6c9900f
·
verified ·
1 Parent(s): 83825eb

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -243,7 +243,7 @@ class Permission:
243
  return False
244
  return bool(u["is_banned"])
245
 
246
- class SupabaseDB:
247
  _client = None
248
 
249
  @classmethod
 
243
  return False
244
  return bool(u["is_banned"])
245
 
246
+ class SupabaseDB:
247
  _client = None
248
 
249
  @classmethod