Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
mvadari committed Jul 18, 2022
1 parent cd78692 commit bf4a510
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xrpl/models/transactions/xchain_add_attestation.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, field
from typing import Any, Dict, List, Literal, Optional, Type, Union
from typing import Any, Dict, List, Optional, Type, Union

from typing_extensions import Literal

from xrpl.models.amounts import Amount
from xrpl.models.base_model import BaseModel
Expand Down

0 comments on commit bf4a510

Please sign in to comment.