Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Arlula/python-core-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
martejj committed Dec 15, 2021
2 parents 3e17a89 + 4242a1c commit 5b92adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arlulacore/archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class SearchRequest(ArlulaObject):
cloud: float

def __init__(self, start: date,
res: typing.Optional[float],
res: float,
cloud: typing.Optional[float] = None,
end: typing.Optional[date] = None,
lat: typing.Optional[float] = None,
Expand Down

0 comments on commit 5b92adb

Please sign in to comment.