Skip to content

Commit

Permalink
Merge pull request #43 from neptune-ai/fix-py3738
Browse files Browse the repository at this point in the history
fix for python 3.7 and 3.8
  • Loading branch information
Raalsky authored Jun 23, 2023
2 parents e700b83 + 4748829 commit 36ecba0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@

### Changes
- Updated MLflow exporter to work with the current neptune.ai API ([#40](https://github.com/neptune-ai/neptune-mlflow/pull/40))

### Fixes
- Fix to support Python 3.7 and 3.8 ([#43](https://github.com/neptune-ai/neptune-mlflow/pull/43))
2 changes: 1 addition & 1 deletion src/neptune_mlflow_exporter/impl/components/fetcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

__all__ = ["Fetcher"]

from collections.abc import MutableMapping
from typing import MutableMapping
from dataclasses import dataclass
from typing import (
List,
Expand Down

0 comments on commit 36ecba0

Please sign in to comment.