mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-22 06:43:21 +08:00
lint tidying
This commit is contained in:
parent
7bbfc9dbba
commit
33b9f8a5ec
2
.idea/dictionaries/ericf.xml
generated
2
.idea/dictionaries/ericf.xml
generated
@ -1,6 +1,8 @@
|
||||
<component name="ProjectDictionaryState">
|
||||
<dictionary name="ericf">
|
||||
<words>
|
||||
<w>packagedir</w>
|
||||
<w>priv</w>
|
||||
<w>aaaa</w>
|
||||
<w>aaab</w>
|
||||
<w>aaac</w>
|
||||
|
||||
@ -19,6 +19,7 @@
|
||||
# SOFTWARE.
|
||||
# -----------------------------------------------------------------------------
|
||||
"""Implements lobby system for gathering before games, char select, etc."""
|
||||
# pylint: disable=too-many-lines
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
@ -19,6 +19,7 @@
|
||||
# SOFTWARE.
|
||||
# -----------------------------------------------------------------------------
|
||||
"""Implements the main menu window."""
|
||||
# pylint: disable=too-many-lines
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
@ -38,6 +38,7 @@ from pathlib import Path
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
import efrotools
|
||||
|
||||
# Pull in some standard snippets we want to expose.
|
||||
# noinspection PyUnresolvedReferences
|
||||
from efrotools.snippets import ( # pylint: disable=unused-import
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user