Add and fix more type hints
Merged
requested to merge f-192-add-type-hints-for-smaller-modules-in-common-and-connection into dev
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Files
12+ 19
− 15
@@ -22,12 +22,16 @@
@@ -38,11 +42,9 @@ DATETIME = "DATETIME"
@@ -50,7 +52,7 @@ def LIST(datatype):
@@ -74,13 +76,13 @@ def get_list_datatype(datatype: str, strict: bool = False):
@@ -105,12 +107,12 @@ def is_reference(datatype):
@@ -134,7 +136,7 @@ def get_referenced_recordtype(datatype):
@@ -145,7 +147,7 @@ def get_referenced_recordtype(datatype):
@@ -170,12 +172,14 @@ def get_id_of_datatype(datatype):