Skip to content

Commit 7325b0d

Browse files
soerenreichardtFlorentinD
authored andcommitted
Remove unused type alias
1 parent 15387c0 commit 7325b0d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

graphdatascience/query_runner/arrow_authentication.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
from abc import ABC, abstractmethod
2-
from typing import Callable
32

43

54
class ArrowAuthentication(ABC):
6-
type AuthTokenFn = Callable[[], str]
7-
85
@abstractmethod
96
def auth_pair(self) -> tuple[str, str]:
107
"""Returns the auth pair used for authentication."""

0 commit comments

Comments
 (0)