diff --git a/hms_tz/hooks.py b/hms_tz/hooks.py index ea312997..20bf773c 100644 --- a/hms_tz/hooks.py +++ b/hms_tz/hooks.py @@ -332,4 +332,6 @@ # # auto_cancel_exempted_doctypes = ["Auto Repeat"] -website_route_rules = [{'from_route': '/frontend/', 'to_route': 'frontend'}, {'from_route': '/frontend/', 'to_route': 'frontend'},] \ No newline at end of file +website_route_rules = [ + {"from_route": "/frontend/", "to_route": "frontend"}, +]