Skip to content

Commit 335b550

Browse files
author
Andrei Neagu
committed
pylint
1 parent 0c46c25 commit 335b550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/storage/src/simcore_service_storage/simcore_s3_dsm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ async def _add_frontend_needed_data(
138138

139139

140140
@dataclass
141-
class SimcoreS3DataManager(BaseDataManager):
141+
class SimcoreS3DataManager(BaseDataManager): # pylint:disable=too-many-public-methods
142142
simcore_bucket_name: S3BucketName
143143
app: FastAPI
144144

0 commit comments

Comments
 (0)