Skip to content

Commit

Permalink
sort lines
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic committed Jul 4, 2024
1 parent 0f80797 commit 39ad51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/core/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from enum import IntEnum, IntFlag
from functools import total_ordering
from typing import Any, Dict, Generic, Iterable, List, Literal, Mapping, TypedDict, TypeVar, Union
import sublime
from typing_extensions import NotRequired, TypeGuard
import sublime

INT_MAX = 2**31 - 1
UINT_MAX = INT_MAX
Expand Down

0 comments on commit 39ad51a

Please sign in to comment.