Skip to content

Commit 202338b

Browse files
authored
Fix fmt, docstrings, and tests (#349)
1 parent a137a5f commit 202338b

File tree

5 files changed

+855
-648
lines changed

5 files changed

+855
-648
lines changed

dbldatagen/column_generation_spec.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ class ColumnGenerationSpec(SerializableToDict):
8282
For full list of options, see :doc:`/reference/api/dbldatagen.column_spec_options`.
8383
"""
8484

85+
datatype: DataType
86+
8587
#: maxValue values for each column type, only if where value is intentionally restricted
8688
_max_type_range = {
8789
'byte': 256,

0 commit comments

Comments
 (0)