Skip to content

Commit

Permalink
Merge pull request syslog-ng#4700 from alltilla/s3-import-fix
Browse files Browse the repository at this point in the history
s3: remove unnecessary SharedBool import
  • Loading branch information
MrAnno authored Nov 7, 2023
2 parents 49293ca + e993730 commit 64280b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#
#############################################################################

from .s3_object import S3Object, S3ObjectPersist, SharedBool, ConstructorError, PersistLoadError, AlreadyFinishedError
from .s3_object import S3Object, S3ObjectPersist, ConstructorError, PersistLoadError, AlreadyFinishedError

try:
from boto3 import client
Expand Down
3 changes: 3 additions & 0 deletions news/bugfix-4700.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
`s3`: Fixed an ImportError.

`ImportError: cannot import name 'SharedBool' from 'syslogng.modules.s3.s3_object'`

0 comments on commit 64280b3

Please sign in to comment.