Skip to content

Commit 295ee41

Browse files
committed
fix formatting
1 parent ee46f09 commit 295ee41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codeocean/data_asset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ class DataAssetUpdateParams:
294294
@dataclass(frozen=True)
295295
class AWSS3Source:
296296
"""AWS S3 source configuration for creating data assets."""
297-
297+
298298
bucket: str = field(
299299
metadata={
300300
"description": "The S3 bucket from which the data asset will be created",

0 commit comments

Comments
 (0)