Skip to content

Commit

Permalink
Merge pull request #7832 from drew2a/refactoring/simple_statement
Browse files Browse the repository at this point in the history
Refactor SimpleStatement class in knowledge_data_access_layer.py
  • Loading branch information
drew2a committed Jan 18, 2024
2 parents 035172a + 98aa2f4 commit 21e628c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ class ResourceType(IntEnum):
@dataclass
class SimpleStatement:
subject_type: ResourceType
object: str
predicate: ResourceType
subject: str
predicate: ResourceType
object: str


class KnowledgeDataAccessLayer:
Expand Down

0 comments on commit 21e628c

Please sign in to comment.