mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-16 21:16:56 +08:00
Fixed mypy warning.
This commit is contained in:
@@ -43,7 +43,7 @@ from pyTooling.Decorators import export
|
|||||||
class Application:
|
class Application:
|
||||||
_value: int
|
_value: int
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self) -> None:
|
||||||
self._value = 1
|
self._value = 1
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|||||||
Reference in New Issue
Block a user