Skip to content

Commit

Permalink
fix: remove double import
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Dec 17, 2024
1 parent 76d88df commit 046ad59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pytest_regressions/data_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def check(

def dump(filename: Path) -> None:
"""Dump dict contents to the given filename"""
import yaml

dumped_str = yaml.dump_all(
[data_dict],
Expand Down

0 comments on commit 046ad59

Please sign in to comment.