Skip to content

Commit

Permalink
maint: remove top level imports from numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Jan 4, 2021
1 parent 0a97dd9 commit ca4d9ec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions yt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@

__version__ = "4.0.dev0"

# First module imports
import numpy # In case anyone wishes to use it by name
import numpy as np # In case anyone wishes to use it by name

import yt.units as units
import yt.utilities.physical_constants as physical_constants
from yt.data_objects.api import (
Expand Down

0 comments on commit ca4d9ec

Please sign in to comment.