chore(api): disable duplicate-code check (#2799)
* chore(api): disable duplicate-code check * refactor: fix linting errors
This commit is contained in:
parent
59f7bbdcc3
commit
651bb9261c
3 changed files with 3 additions and 2 deletions
|
@ -69,7 +69,7 @@ class Show(models.Model):
|
|||
auto_playlist_enabled = models.BooleanField(db_column="has_autoplaylist")
|
||||
auto_playlist_repeat = models.BooleanField(db_column="autoplaylist_repeat")
|
||||
|
||||
hosts = models.ManyToManyField(
|
||||
hosts = models.ManyToManyField( # type: ignore[var-annotated]
|
||||
"core.User",
|
||||
through="ShowHost",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue