-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: remove tqdm #990
chore: remove tqdm #990
Conversation
backend/image_transfer/encoder.py
Outdated
@@ -23,6 +23,8 @@ | |||
from substrapp.docker_registry import RegistryPreconditionFailedException | |||
from substrapp.utils import safezip | |||
|
|||
logger = structlog.get_logger("events") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is it in the events logger? Shouldn't be builder?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my bad thanks for catching this
changes/990.removed
Outdated
@@ -0,0 +1 @@ | |||
`tqdm`dependency, only used in logging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`tqdm`dependency, only used in logging | |
`tqdm` dependency, only used in logging |
Signed-off-by: ThibaultFy <thibault.fouqueray@gmail.com>
Signed-off-by: ThibaultFy <thibault.fouqueray@gmail.com>
Signed-off-by: ThibaultFy <thibault.fouqueray@gmail.com>
Signed-off-by: ThibaultFy <thibault.fouqueray@gmail.com>
Signed-off-by: ThibaultFy <thibault.fouqueray@gmail.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
0e5d9ef
to
1bf0d35
Compare
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you both, LGTM!
Description
closes FL-1669