Skip to content

Commit

Permalink
Client module-grpc
Browse files Browse the repository at this point in the history
- Made changes following code review

Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
  • Loading branch information
tmihalac committed Jul 12, 2024
1 parent 4f83600 commit 365d231
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sdk/python/feast/permissions/client/auth_client_manager.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from abc import ABC, abstractmethod

import pyarrow.flight as fl

from feast.permissions.auth.auth_type import AuthType
from feast.permissions.auth_model import (
AuthConfig,
Expand Down Expand Up @@ -38,4 +36,3 @@ def get_auth_client_manager(auth_config: AuthConfig) -> AuthenticationClientMana
raise RuntimeError(
f"No Auth client manager implemented for the auth type:${auth_config.type}"
)

0 comments on commit 365d231

Please sign in to comment.