Skip to content

Commit dc8572e

Browse files
committed
Black compliance
1 parent 54300e2 commit dc8572e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/astrohack/beamcut.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
from typing import Union, List
1717

18+
1819
@validate(custom_checker=custom_plots_checker)
1920
def beamcut(
2021
holog_name: str,

src/astrohack/beamcut_mds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def plot_beamcut_in_attenuation(
322322
:return: None
323323
:rtype: NoneType
324324
"""
325-
325+
326326
param_dict = locals()
327327

328328
pathlib.Path(param_dict["destination"]).mkdir(exist_ok=True)

0 commit comments

Comments
 (0)