[ci] auto-format

This commit is contained in:
Loup-Garou911XD 2022-12-26 22:17:50 +00:00 committed by github-actions[bot]
parent f213f2429b
commit 2454845a38

View file

@ -6,7 +6,7 @@ import _ba
import ba
import ba.internal
import random
from bastd.ui.gather.publictab import PublicGatherTab, PartyEntry,PingThread
from bastd.ui.gather.publictab import PublicGatherTab, PartyEntry, PingThread
if TYPE_CHECKING:
from typing import Callable
@ -31,7 +31,9 @@ def override(cls: ClassType) -> Callable[[MethodType], MethodType]:
# And anyways, why not just GatherPublicTab = NewGatherPublicTab?
# But hmm, if we imagine someone used `from blah.blah import Blah`, using
# `blah.Blah = NewBlah` AFTERWARDS would be meaningless.
class NewPublicGatherTab(PublicGatherTab,PingThread):
class NewPublicGatherTab(PublicGatherTab, PingThread):
@override(PublicGatherTab)
def _build_join_tab(self, region_width: float,