Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
pomegranited committed Jun 18, 2024
1 parent 0d6bf40 commit 46ea56d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tutoraspects/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import random
import string
from glob import glob
import typing as t

import bcrypt
import importlib_resources
Expand Down Expand Up @@ -440,6 +441,7 @@
]
)


@hooks.Filters.APP_PUBLIC_HOSTS.add()
def _aspects_public_hosts(
hosts: list[str], context_name: t.Literal["local", "dev"]
Expand Down

0 comments on commit 46ea56d

Please sign in to comment.