Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
darinyu committed May 9, 2024
1 parent f8d5c49 commit 36eb274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metaflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ class and related decorators.
DataArtifact,
)

# Data class needed for Client.
from .tuple_util import ForeachFrame
# Import data class within tuple_util but not introduce new symbols.
from . import tuple_util

__version_addl__ = []
_ext_debug("Loading top-level modules")
Expand Down

0 comments on commit 36eb274

Please sign in to comment.