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