Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Dec 4, 2023
1 parent 0bb9574 commit 6c570a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/awsed/abstract_client.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from abc import ABC, abstractmethod
from typing import Optional, Any, Dict

from awsed.types import UserRequestJson


class AbstractAwsedClient(ABC):
"""This is a default implementation of the AwsedClient interface. It uses the requests library to make HTTP requests to the AWSEd API.
Expand Down

0 comments on commit 6c570a5

Please sign in to comment.