Skip to content

Commit

Permalink
chore: add Union import
Browse files Browse the repository at this point in the history
  • Loading branch information
supersergiy committed Aug 1, 2023
1 parent 37f156a commit 02e3fc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zetta_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# pylint: disable=unused-import, import-outside-toplevel
"""Zetta AI Computational Connectomics Toolkit."""
from typing import Union

from . import log, typing, parsing, builder, common
from . import geometry, distributions, layer, ng
Expand All @@ -11,6 +12,8 @@ def load_all_modules():
load_inference_modules()
load_training_modules()
from . import mazepa_addons

# from . import message_queues
from . import cloud_management


Expand Down

0 comments on commit 02e3fc4

Please sign in to comment.