Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Jan 26, 2024
1 parent 7ae9f31 commit 03e982c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion arango/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ class DatabaseCompactError(ArangoServerError):
"""Failed to compact databases."""



#######################
# Document Exceptions #
#######################
Expand Down
1 change: 0 additions & 1 deletion tests/test_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ def test_database_misc_methods(client, sys_db, db, bad_db, cluster, secret):
assert result == {}



def test_database_management(db, sys_db, bad_db):
# Test list databases
result = sys_db.databases()
Expand Down

0 comments on commit 03e982c

Please sign in to comment.