Skip to content

Commit

Permalink
Fix deprecations warnings in tests #578
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed Oct 11, 2024
1 parent 73e460d commit 8bde6af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion open_mastr/soap_api/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def __init__(self, parallel_processes=None):
multiprocessing package) choose False.
Defaults to number of cores (including hyperthreading).
"""
log.warn(
log.warning(
"""
The `MaStRDownload` class is deprecated and will not be maintained in the future.
To get a full table of the Marktstammdatenregister, use the open_mastr.Mastr.download
Expand Down
2 changes: 1 addition & 1 deletion open_mastr/soap_api/mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __init__(
Number of parallel processes used to download additional data.
Defaults to `None`.
"""
log.warn(
log.warning(
"""
The `MaStRMirror` class is deprecated and will not be maintained in the future.
To get a full table of the Marktstammdatenregister, use the open_mastr.Mastr.download
Expand Down

0 comments on commit 8bde6af

Please sign in to comment.