Skip to content

Commit

Permalink
TYP: add type hints for enzo
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Oct 8, 2021
1 parent bdf2609 commit bb537d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion yt/frontends/enzo/io.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from typing import Dict

import numpy as np

from yt.geometry.selection_routines import GridSelector
Expand All @@ -7,7 +9,7 @@

_convert_mass = ("particle_mass", "mass")

_particle_position_names = {}
_particle_position_names: Dict[str, str] = {}


class IOHandlerPackedHDF5(BaseIOHandler):
Expand Down

0 comments on commit bb537d0

Please sign in to comment.