Skip to content

Commit e87b165

Browse files
authored
FFM-6158 Remove static check (#51)
1 parent eb5f960 commit e87b165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

featureflags/evaluations/auth_target.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Target():
1616
identifier: str
1717
name: Union[Unset, str] = UNSET
1818
anonymous: Union[Unset, bool] = UNSET
19-
attributes: Union[Unset, Dict[str, str]] = UNSET
19+
attributes: Union[Unset, Dict[str, Any]] = UNSET
2020

2121
def to_dict(self) -> Dict[str, Any]:
2222
identifier = self.identifier

0 commit comments

Comments
 (0)