Skip to content

Commit fd06280

Browse files
committed
formatting error
1 parent e7d5502 commit fd06280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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:Any = 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)