Lint fix v1
This commit is contained in:
@@ -2,9 +2,9 @@ from django.apps import AppConfig
|
||||
|
||||
|
||||
class GameConfig(AppConfig):
|
||||
name = "game"
|
||||
verbose_name = "Game"
|
||||
verbose_name_plural = "Games"
|
||||
name = 'game'
|
||||
verbose_name = 'Game'
|
||||
verbose_name_plural = 'Games'
|
||||
|
||||
def ready(self):
|
||||
import game.signals # noqa
|
||||
|
||||
Reference in New Issue
Block a user