File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 44 "flake8.importStrategy" : " fromEnvironment" ,
55 "mypy-type-checker.importStrategy" : " fromEnvironment" ,
66 "isort.importStrategy" : " fromEnvironment" ,
7- "black-formatter.importStrategy" : " fromEnvironment" ,
8- "workbench.colorCustomizations" : {
9- "activityBar.background" : " #4D1C3B" ,
10- "titleBar.activeBackground" : " #6B2752" ,
11- "titleBar.activeForeground" : " #FDF8FB"
12- }
7+ "black-formatter.importStrategy" : " fromEnvironment"
138}
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ def anonymous(
203203 Generate a JWT for an anonymous user.
204204
205205 Args:
206- customClaims dict: Custom claims to add to JWT
206+ custom_claims dict: Custom claims to add to JWT
207207 tenant_id (str): tenant id to set on DCT claim.
208208 """
209209
You can’t perform that action at this time.
0 commit comments