Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Kristen Armes <[email protected]>
  • Loading branch information
kristenarmes committed Apr 4, 2024
1 parent 6cd85e5 commit 877b12d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metadata/metadata_service/proxy/mysql_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
import time
from collections import namedtuple
from random import randint
from typing import Any, Dict, Iterator, List, Optional, Tuple, Type, Union, no_type_check
from typing import (Any, Dict, Iterator, List, Optional, Tuple, Type, Union,
no_type_check)

from amundsen_common.entity.resource_type import ResourceType, to_resource_type
from amundsen_common.models.dashboard import DashboardSummary
Expand Down

0 comments on commit 877b12d

Please sign in to comment.