forked from p34709852/monkey
Island: Fix import sorting in credentials.py
This commit is contained in:
parent
fda0411555
commit
32a9fe7bf9
|
@ -1,7 +1,7 @@
|
|||
from __future__ import annotations
|
||||
|
||||
from dataclasses import dataclass
|
||||
from typing import Sequence, Mapping, Any
|
||||
from typing import Any, Mapping, Sequence
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
|
|
Loading…
Reference in New Issue