Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Dec 12, 2024
1 parent 678394f commit 39edde0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/builder2ibek/autosave.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
import re
from pathlib import Path
from typing import Optional

import typer
from ruamel.yaml import YAML, CommentedMap
from ruamel.yaml import YAML

from builder2ibek import __version__
from builder2ibek.builder import Builder
from builder2ibek.convert import dispatch

cli = typer.Typer()
yaml = YAML()
Expand Down

0 comments on commit 39edde0

Please sign in to comment.