Skip to content

Commit

Permalink
Fix: Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzWeber0 committed May 27, 2022
1 parent 38d2e6b commit aa39e31
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import typing as t

import requests
from jose import jwt
from pydantic import BaseModel
from t4cclient.config import config

Expand Down

0 comments on commit aa39e31

Please sign in to comment.