Skip to content

Commit

Permalink
Removed enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansh5461 committed Apr 18, 2024
1 parent 2fabbe5 commit 7b7e77c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions querent/common/types/querent_event.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from typing import Any
from enum import Enum


class EventType(Enum):
class EventType:
Graph = "Graph"
Vector = "Vector"
Terminate="Terminate"
Expand Down

0 comments on commit 7b7e77c

Please sign in to comment.