Skip to content

Commit

Permalink
revert of client
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Perkins committed Nov 15, 2023
1 parent 4029bf3 commit 08ccdc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions darwin/backend_v2.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from typing import Any, Callable, Dict, List, Optional, Tuple, Union
from urllib import parse

from darwin.client import Client
from darwin.datatypes import ItemId


Expand All @@ -19,7 +18,7 @@ def wrapper(self, *args, **kwargs) -> Callable:


class BackendV2:
def __init__(self, client: Client, default_team):
def __init__(self, client: "Client", default_team):
self._client = client
self._default_team = default_team

Expand Down

0 comments on commit 08ccdc4

Please sign in to comment.