Skip to content

Commit

Permalink
Update indexing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Onkar627 authored Feb 26, 2022
1 parent daded12 commit 234c34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signac/contrib/indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ def __init__(self, *args, **kwargs):
warnings.warn(
"The MasterCrawler class has been replaced by the MainCrawler class. "
"Both classes are deprecated and will be removed in a future release.",
DeprecationWarning,
FutureWarning,
)
super().__init__(*args, **kwargs)

Expand Down

0 comments on commit 234c34e

Please sign in to comment.