Skip to content

Commit

Permalink
fix: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
s0nicboOm committed Sep 15, 2023
1 parent 37b2aaa commit 9899378
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion numalogic/tools/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
KEYS = TypeVar("KEYS", bound=Sequence[str], covariant=True)



class KeyedArtifact(NamedTuple):
r"""namedtuple for artifacts."""

Expand Down
1 change: 1 addition & 0 deletions numalogic/udfs/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
from numalogic.udfs import NumalogicUDF
from numalogic.udfs._config import StreamConf, PipelineConf
from numalogic.udfs.entities import TrainerPayload, StreamPayload

_LOGGER = logging.getLogger(__name__)


Expand Down

0 comments on commit 9899378

Please sign in to comment.