Skip to content

Commit

Permalink
[skip ci] Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored and github-actions[bot] committed Nov 24, 2023
1 parent 3993a39 commit 50faaa2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/openmc_regular_mesh_plotter/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ def plot_mesh_tally(

mesh = tally.find_filter(filter_type=openmc.MeshFilter).mesh
if not isinstance(mesh, openmc.RegularMesh):
raise NotImplemented(
f"Only RegularMesh are supported not {type(mesh)}"
)
raise NotImplemented(f"Only RegularMesh are supported not {type(mesh)}")

# if score is not specified and tally has a single score then we know which score to use
if score is None:
Expand Down

0 comments on commit 50faaa2

Please sign in to comment.