Skip to content

Commit

Permalink
Add noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Mar 1, 2024
1 parent ba82c40 commit c138905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymagicc/io/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def _convert_data_block_to_df(self, stream):
df = pd.read_csv(
stream,
skip_blank_lines=True,
sep="\s+",
sep="\s+", # noqa: W605
header=None,
index_col=0,
)
Expand Down

0 comments on commit c138905

Please sign in to comment.