Skip to content

Commit

Permalink
format env.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravi Khetani committed Jan 22, 2024
1 parent 8b267f3 commit 631aab8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion tutor/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,17 @@

TEMPLATES_ROOT = pkg_resources.resource_filename("tutor", "templates")
VERSION_FILENAME = "version"
BIN_FILE_EXTENSIONS = [".ico", ".jpg", ".otf", ".patch", ".png", ".ttf", ".webp", ".woff", ".woff2"]
BIN_FILE_EXTENSIONS = [
".ico",
".jpg",
".otf",
".patch",
".png",
".ttf",
".webp",
".woff",
".woff2",
]
JinjaFilter = t.Callable[..., t.Any]


Expand Down

0 comments on commit 631aab8

Please sign in to comment.