Skip to content

Commit 9d083a0

Browse files
committed
Fix formatting issues in gardenlinux.features and gardenlinux.s3
Signed-off-by: Tobias Wolf <[email protected]> On-behalf-of: SAP <[email protected]>
1 parent fc76c4a commit 9d083a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/gardenlinux/features/cname.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import re
88
from configparser import UNNAMED_SECTION, ConfigParser
9-
from os import environ, PathLike
9+
from os import PathLike, environ
1010
from pathlib import Path
1111
from typing import List, Optional
1212

src/gardenlinux/s3/s3_artifacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
import yaml
2020

21-
from .bucket import Bucket
2221
from ..features import CName
22+
from .bucket import Bucket
2323

2424

2525
class S3Artifacts(object):

0 commit comments

Comments
 (0)