Skip to content

Commit

Permalink
Isort
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-amz committed Mar 18, 2024
1 parent 8a77ef7 commit 580a821
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

import logging
import os
from typing import TYPE_CHECKING

import boto3
import common
from botocore.config import Config
from typing import TYPE_CHECKING

if TYPE_CHECKING:
from mypy_boto3_ssm.client import SSMClient
Expand Down

0 comments on commit 580a821

Please sign in to comment.