Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
GitOrigin-RevId: eddf5142e08be08374108b214a34e28e76f06b1f
  • Loading branch information
mikeknep committed Jul 14, 2023
1 parent 67a8590 commit 702fdff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gretel_client/projects/common.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from enum import Enum
from pathlib import Path
from typing import Iterable, Iterator, Optional, Union
from typing import Iterable, Iterator, Union

from smart_open import open

Expand Down
2 changes: 1 addition & 1 deletion src/gretel_client/projects/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
hybrid_handler,
HybridArtifactsHandler,
)
from gretel_client.projects.common import f, validate_data_source
from gretel_client.projects.common import f
from gretel_client.projects.exceptions import GretelProjectError
from gretel_client.projects.models import Model
from gretel_client.rest import models
Expand Down

0 comments on commit 702fdff

Please sign in to comment.