Skip to content

Commit

Permalink
Removed artifacts from copier update
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHerbs committed Nov 19, 2024
1 parent a15863e commit f050265
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/builder2ibek/__main__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
<<<<<<< before updating
import re
from pathlib import Path
from typing import Optional
=======
"""Interface for ``python -m builder2ibek``."""

from argparse import ArgumentParser
from collections.abc import Sequence
>>>>>>> after updating

import typer
from ruamel.yaml import YAML, CommentedMap
Expand All @@ -19,7 +12,6 @@
cli = typer.Typer()
yaml = YAML()

<<<<<<< before updating

def version_callback(value: bool):
if value:
Expand Down Expand Up @@ -94,18 +86,6 @@ def beamline(
"""
typer.echo("Not implemented yet")
raise typer.Exit(code=1)
=======
def main(args: Sequence[str] | None = None) -> None:
"""Argument parser for the CLI."""
parser = ArgumentParser()
parser.add_argument(
"-v",
"--version",
action="version",
version=__version__,
)
parser.parse_args(args)
>>>>>>> after updating


if __name__ == "__main__":
Expand Down

0 comments on commit f050265

Please sign in to comment.