Skip to content

Commit

Permalink
Import FileType in operation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shnela committed Nov 4, 2022
1 parent 885177a commit 9cc7f79
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/neptune/new/internal/operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@
)

from neptune.common.exceptions import InternalClientError
from neptune.internal.file_types import FileType
from neptune.new.exceptions import MalformedOperation
from neptune.new.internal.container_type import ContainerType
from neptune.new.types.atoms.file import (
File,
FileType,
)
from neptune.new.types.atoms.file import File

if TYPE_CHECKING:
from neptune.new.attributes.attribute import Attribute
Expand Down

0 comments on commit 9cc7f79

Please sign in to comment.