Skip to content

Commit e7d5502

Browse files
committed
MyPy error
1 parent 9609ec6 commit e7d5502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data_expectations/internals/expectations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def validate_configuration(self) -> List[str]:
161161

162162
for i, expectation in enumerate(self.set_of_expectations):
163163
# Handle both Behaviors enum and string expectation names
164-
expectation_name = expectation.expectation
164+
expectation_name:Any = expectation.expectation
165165
if isinstance(expectation_name, Behaviors):
166166
expectation_name = expectation_name.value
167167

0 commit comments

Comments
 (0)