Skip to content

Commit

Permalink
Update gov_uk_dashboards/template.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kateriley1 authored Apr 25, 2024
1 parent bb6c5e8 commit 5fbd343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gov_uk_dashboards/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os


def read_template(favicon_path=r"assets\images\gov_favicon.ico") -> str:
def read_template(favicon_path: str =r"assets\images\gov_favicon.ico") -> str:
"""
Read the government html template.
:return: String version of the template.
Expand Down

0 comments on commit 5fbd343

Please sign in to comment.