Skip to content

Commit

Permalink
fix a broken import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Aug 29, 2021
1 parent 5227e6d commit 166afce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt/visualization/fixed_resolution_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import numpy as np

from yt.funcs import issue_deprecation_warning
from yt._maintenance.deprecation import issue_deprecation_warning

filter_registry = {}

Expand Down

0 comments on commit 166afce

Please sign in to comment.