Skip to content

Commit

Permalink
Typo fix (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleined authored Jan 19, 2023
1 parent 1244b6e commit 915dc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/neuroglancer/write_annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

from . import coordinate_space
from typing import List, Sequence, NamedTuple, Optional
from typing_exceptions import Literal
from typing_extensions import Literal
from . import viewer_state
import numbers
import io
Expand Down

0 comments on commit 915dc97

Please sign in to comment.