Skip to content

Commit

Permalink
changed type
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Oct 18, 2023
1 parent 5ecf2ae commit 80bd80c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compress/compress.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ class CompressClient:
#
api_key: str
customer_name: str
req
req : requests
#
def __init__(self, api_key :str , customer_name : str):
self.api_key = api_key
self.customer_name = customer_name
self.req = requests.Session()
#

#

0 comments on commit 80bd80c

Please sign in to comment.