Skip to content

Commit d1256b7

Browse files
committed
fix linting
1 parent 86b428f commit d1256b7

File tree

1 file changed

+1
-1
lines changed
  • xrpl/core/binarycodec/types

1 file changed

+1
-1
lines changed

xrpl/core/binarycodec/types/int.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import annotations
66

7-
from typing_extensions import Final, Self
7+
from typing_extensions import Self
88

99
from xrpl.core.binarycodec.types.uint import UInt
1010

0 commit comments

Comments
 (0)