Skip to content
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.

Commit

Permalink
Merge pull request #8 from shmokmt/fix/typo
Browse files Browse the repository at this point in the history
Fix the typo.
  • Loading branch information
Shoma Okamoto authored May 7, 2020
2 parents a59c6b4 + 1a91683 commit a86203b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_store_connect_client/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from urllib.parse import urlparse
from .dataclass import measures
from .dataclass import frequency
from distutil.relativedelta import relativedelta
from dateutil.relativedelta import relativedelta
from datetime import datetime
from .exceptions import AppStoreConnectValueError
class Query(object):
Expand Down

0 comments on commit a86203b

Please sign in to comment.