Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhananjhay committed Jan 29, 2025
1 parent ae03e2d commit ff5bbc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snakebids/io/yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
else:
try:
from ruamel.yaml import YAML, Dumper
except ImportError: # pragma: no cover
from ruamel_yaml import YAML, Dumper
except ImportError: # pragma: no cover
from ruamel_yaml import YAML, Dumper


def get_yaml_io():
Expand Down

0 comments on commit ff5bbc9

Please sign in to comment.