Skip to content

Commit

Permalink
Fix import statement in context.py
Browse files Browse the repository at this point in the history
  • Loading branch information
robertisele committed Sep 4, 2024
1 parent cfe9685 commit 794d888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmem_plugin_base/dataintegration/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from dataclasses import dataclass, field
from typing import Optional, Tuple, Literal

from dataintegration.entity import Entities
from cmem_plugin_base.dataintegration.entity import Entities


class SystemContext:
Expand Down

0 comments on commit 794d888

Please sign in to comment.