mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
html_diff: Add missing mypy import.
It's getting really annoying that this isn't checked by our linter.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
from typing import Callable, List, Tuple, Text
|
||||
from typing import Callable, List, Optional, Tuple, Text
|
||||
|
||||
from django.conf import settings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user