mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Improved type hints.
This commit is contained in:
@@ -34,7 +34,7 @@ from myPackage import Application
|
||||
|
||||
|
||||
class Instantiation(TestCase):
|
||||
def test_Application(self):
|
||||
def test_Application(self) -> None:
|
||||
app = Application()
|
||||
|
||||
self.assertGreater(app.Value, 0)
|
||||
|
||||
Reference in New Issue
Block a user