Skip to content

Commit

Permalink
Reformatted with black
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas3156 committed Mar 9, 2023
1 parent 6c0d778 commit 348994a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tardis/montecarlo/montecarlo_numba/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
)
from tardis.montecarlo.montecarlo_numba import njit_dict
from numba.typed import List
from tardis.util.base import update_iterations_pbar, update_packet_pbar, refresh_packet_pbar
from tardis.util.base import (
update_iterations_pbar,
update_packet_pbar,
refresh_packet_pbar,
)


def montecarlo_radial1d(
Expand Down

0 comments on commit 348994a

Please sign in to comment.