Skip to content

Commit e55c250

Browse files
committed
Remove unused enum
1 parent 75c4b5d commit e55c250

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

terminusdb_client/client/Client.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,6 @@ def __call__(self, r):
5151
return r
5252

5353

54-
class ResourceType(Enum):
55-
"""Enum for the different TerminusDB resources"""
56-
57-
DB = 1
58-
META = 2
59-
REPO = 3
60-
COMMITS = 4
61-
REF = 5
62-
BRANCH = 6
63-
64-
6554
class Patch:
6655
def __init__(self, json=None):
6756
if json:

0 commit comments

Comments
 (0)