File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- __path__ = __import__ (' pkgutil' ).extend_path (__path__ , __name__ )
1
+ __path__ = __import__ (" pkgutil" ).extend_path (__path__ , __name__ )
2
2
# otherwise, `mat3ra.utils` path leads to an empty __init__.py file in the code.py package
Original file line number Diff line number Diff line change 4
4
from mat3ra .esse .models .system .description import DescriptionSchema
5
5
from mat3ra .esse .models .system .metadata import MetadataSchema
6
6
from mat3ra .esse .models .system .name import NameEntitySchema
7
-
8
7
from pydantic import BaseModel
9
8
10
9
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class ExampleDefaultable(DefaultableMixin):
16
16
17
17
assert instance .key == "value"
18
18
assert instance .number == 42
19
- assert hasattr (instance , ' isDefault' ) and instance .isDefault is True
19
+ assert hasattr (instance , " isDefault" ) and instance .isDefault is True
20
20
21
21
22
22
def test_named_mixin ():
You can’t perform that action at this time.
0 commit comments