add return type annotation

lethe/LATEST
Jan Petykiewicz 3 years ago
parent 2b96e5dd84
commit bbd33844b3

@ -86,7 +86,8 @@ class Simulation(object):
float_type: numpy.float32 or numpy.float64 = numpy.float32,
do_poynting: bool = True,
do_poynting_halves: bool = False,
do_fieldsrc: bool = False):
do_fieldsrc: bool = False,
) -> None:
"""
Initialize the simulation.

Loading…
Cancel
Save