Island: Fix import sorting in credentials.py

This commit is contained in:
Mike Salvatore 2022-03-30 13:55:35 -04:00
parent fda0411555
commit 32a9fe7bf9
1 changed files with 1 additions and 1 deletions

View File

@ -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)