Skip to content

Commit

Permalink
Remove cruft re #10079
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Nov 23, 2024
1 parent f2fdbb9 commit 6b92159
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
9 changes: 1 addition & 8 deletions arches/management/commands/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,7 @@


class Command(BaseCommand):
"""
Commands for adding arches test users
"""

# Silence system checks since this command is the cure for
# one of the system checks (arches.E004)
requires_system_checks = []
"""Commands for updating graphs."""

def add_arguments(self, parser):
parser.add_argument(
Expand Down
3 changes: 0 additions & 3 deletions arches/management/commands/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ class Command(BaseCommand):
"""

# Silence system checks: if run with -db, should always succeed.
requires_system_checks = []

def add_arguments(self, parser):
parser.add_argument(
"-o",
Expand Down
3 changes: 0 additions & 3 deletions arches/management/commands/setup_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ class Command(BaseCommand):
during development.
"""

# Silence system checks: this command should always succeed.
requires_system_checks = []

def add_arguments(self, parser):

parser.add_argument(
Expand Down

0 comments on commit 6b92159

Please sign in to comment.