Skip to content

Commit

Permalink
fix Self import in MPTAmount
Browse files Browse the repository at this point in the history
  • Loading branch information
khancode committed Aug 14, 2024
1 parent 9fdee49 commit 0566f25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xrpl/models/amounts/mpt_amount.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
from __future__ import annotations

from dataclasses import dataclass
from typing import Dict, Self, Union
from typing import Dict, Union

from typing_extensions import Self

from xrpl.models.base_model import BaseModel
from xrpl.models.required import REQUIRED
Expand Down

0 comments on commit 0566f25

Please sign in to comment.