mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
[ci] auto-format
This commit is contained in:
parent
f213f2429b
commit
2454845a38
1 changed files with 9 additions and 7 deletions
|
|
@ -31,6 +31,8 @@ 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):
|
||||
|
||||
@override(PublicGatherTab)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue