Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
shnela committed Nov 3, 2022
1 parent 86aa720 commit 235922c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/neptune/new/metadata_containers/metadata_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@
from neptune.new.internal.utils.uncaught_exception_handler import instance as uncaught_exception_handler
from neptune.new.internal.value_to_attribute_visitor import ValueToAttributeVisitor
from neptune.new.metadata_containers.metadata_containers_table import Table
from neptune.new.types import (Boolean, File, Integer,
from neptune.new.types import (
Boolean,
File,
Integer,
)
from neptune.new.types.atoms.datetime import Datetime
from neptune.new.types.atoms.float import Float
Expand Down

0 comments on commit 235922c

Please sign in to comment.