Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
HammadB committed Oct 23, 2023
1 parent 12535e5 commit 5baf290
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chromadb/db/mixins/sysdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ def create_database(
sql, params = get_sql(insert_database, self.parameter_format())
try:
cur.execute(sql, params)
# TODO: tenant doesn't exist test
# TODO: implement unique constraint error lol...
except self.unique_constraint_error() as e:
raise UniqueConstraintError(
f"Database {name} already exists for tenant {tenant}"
Expand Down

0 comments on commit 5baf290

Please sign in to comment.