Skip to content

Commit fb9da8d

Browse files
Formatting fixes (#116)
1 parent 16214c1 commit fb9da8d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
1.19.2
2+
------
3+
- Formatting fixes.
4+
15
1.19.1
26
------
3-
- Add "exact_match option" to UrlAnalysis.from_latest_analysis.
7+
- Add "exact_match" option to UrlAnalysis.from_latest_analysis.
48

59
1.19
610
------

intezer_sdk/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.19.1'
1+
__version__ = '1.19.2'

intezer_sdk/analysis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def from_latest_analysis(cls,
381381
url: str,
382382
days_threshold_for_latest_analysis: int = 1,
383383
api: IntezerApiClient = None,
384-
exact_match=False) -> Optional['UrlAnalysis']:
384+
exact_match: bool = False) -> Optional['UrlAnalysis']:
385385
"""
386386
Returns a UrlAnalysis instance with the latest analysis of the given URL.
387387
:param url: The URL to retrieve the latest analysis for.

0 commit comments

Comments
 (0)