Fix linting

This commit is contained in:
wvffle 2022-09-25 16:28:59 +00:00 committed by Georg Krause
parent fce72dbca2
commit 8a620dbab8
1 changed files with 1 additions and 4 deletions

View File

@ -44,10 +44,7 @@ class CustomAutoSchema(AutoSchema):
tokenized_path.append("formatted")
# rename `create_radio_radio` to `create_radio`. Works with all models
if (
len(tokenized_path) > 0
and model_singular == tokenized_path[0]
):
if len(tokenized_path) > 0 and model_singular == tokenized_path[0]:
tokenized_path.pop(0)
# rename `get_radio_radio_track` to `get_radio_track`