Skip to content

Commit

Permalink
nixops/storage/s3.py: Fix flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Jun 4, 2020
1 parent f443bd9 commit 8becbe2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions nixops/storage/s3.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
from __future__ import annotations
from nixops.storage import StorageArgValues, StorageBackend
from nixops.storage import StorageBackend
import boto3
from botocore.exceptions import ClientError
import sys
import os
import typing
from typing import Dict, Type, Optional, Callable
from typing import Dict, Optional
from nixops.util import ImmutableValidatedObject

if typing.TYPE_CHECKING:
Expand Down

0 comments on commit 8becbe2

Please sign in to comment.