Skip to content

Commit

Permalink
Drops warning when running manage.py script (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort authored Feb 4, 2025
1 parent d8519c7 commit bd8b8bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions keystone_api/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import os
import sys
from warnings import warn

from django.core.management import execute_from_command_line

Expand All @@ -21,5 +20,4 @@ def main() -> None: # pragma: nocover


if __name__ == '__main__': # pragma: nocover
warn("You are calling `manage.py' directly. Use the bundled `keystone-api` command instead.", RuntimeWarning)
main()

0 comments on commit bd8b8bb

Please sign in to comment.