Skip to content

Commit

Permalink
Linting: Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
njmei committed Sep 13, 2024
1 parent d516ef1 commit 440f70c
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/aibs_informatics_aws_utils/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,8 @@
]
import logging
import os
import re
from dataclasses import dataclass
from typing import (
TYPE_CHECKING,
ClassVar,
Generic,
Literal,
Optional,
Pattern,
TypeVar,
Union,
cast,
)
from typing import TYPE_CHECKING, Generic, Literal, Optional, TypeVar, Union, cast

import boto3
from aibs_informatics_core.models.aws.core import AWSRegion
Expand Down

0 comments on commit 440f70c

Please sign in to comment.