Skip to content

Commit

Permalink
reformatted container
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanl-slalom committed Jun 4, 2024
1 parent 5f2aceb commit dab7999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secureli/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class Container(containers.DeclarativeContainer):
PiiScannerService,
repo_files=repo_files_repository,
echo=echo,
ignored_extensions=config.pii_scanner.ignored_extensions
ignored_extensions=config.pii_scanner.ignored_extensions,
)

updater_service = providers.Factory(
Expand Down

0 comments on commit dab7999

Please sign in to comment.