Commit 8b9c3e60 authored by Grant, Josh's avatar Grant, Josh
Browse files

remove OF ref

parent 6bf6a76c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ except ImportError:

@click.group()
def common_cli():
    """Common/OnlyFeatures CLI."""
    """pyGARDEN (General Application Resource Development Environment Network) CLI."""
    pass


+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ dev = [
    "ruff==0.5.4",
    "pytest==8.3.1",
    "pytest-cov==5.0.0",
    "moto==5.0.11",
    "moto==5.0.11"
]