Code Formatting (#1828)
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
from embedchain.models.data_type import (DataType, DirectDataType,
|
||||
IndirectDataType, SpecialDataType)
|
||||
from embedchain.models.data_type import (
|
||||
DataType,
|
||||
DirectDataType,
|
||||
IndirectDataType,
|
||||
SpecialDataType,
|
||||
)
|
||||
|
||||
|
||||
def test_subclass_types_in_data_type():
|
||||
|
||||
Reference in New Issue
Block a user