Skip to content

Commit 78a3105

Browse files
committed
Fix indentation mishap
1 parent 4cee3a8 commit 78a3105

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

uffd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def push_request_context(): #pylint: disable=unused-variable
9898
class PatchedBabel(Babel):
9999
@property
100100
def default_timezone(self):
101-
if get_babel().default_timezone == 'LOCALTZ':
101+
if get_babel().default_timezone == 'LOCALTZ':
102102
return LOCALTZ
103103
return super().default_timezone
104104

0 commit comments

Comments
 (0)