Skip to content
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

Fix code format with the latest black==23.1.0 #802

Merged
merged 4 commits into from
Feb 3, 2023

Conversation

vinnamkim
Copy link
Contributor

@vinnamkim vinnamkim commented Feb 2, 2023

Signed-off-by: Kim, Vinnam vinnam.kim@intel.com

Summary

How to test

Checklist

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below)
# Copyright (C) 2021 Intel Corporation
#
# SPDX-License-Identifier: MIT

Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
@vinnamkim vinnamkim added the infra label Feb 2, 2023
@codecov-commenter
Copy link

codecov-commenter commented Feb 2, 2023

Codecov Report

Base: 83.95% // Head: 83.95% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (983a007) compared to base (380ba25).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #802   +/-   ##
========================================
  Coverage    83.95%   83.95%           
========================================
  Files          174      174           
  Lines        22923    22923           
  Branches      4970     4970           
========================================
+ Hits         19244    19245    +1     
  Misses        2552     2552           
+ Partials      1127     1126    -1     
Flag Coverage Δ
macos-11_Python-3.10 83.86% <100.00%> (+<0.01%) ⬆️
macos-11_Python-3.7 83.55% <100.00%> (ø)
macos-11_Python-3.8 83.80% <100.00%> (+<0.01%) ⬆️
macos-11_Python-3.9 83.80% <100.00%> (ø)
ubuntu-20.04_Python-3.10 83.87% <100.00%> (ø)
ubuntu-20.04_Python-3.7 83.56% <100.00%> (ø)
ubuntu-20.04_Python-3.8 83.80% <100.00%> (ø)
ubuntu-20.04_Python-3.9 83.82% <100.00%> (ø)
windows-2019_Python-3.10 83.83% <100.00%> (ø)
windows-2019_Python-3.7 83.51% <100.00%> (ø)
windows-2019_Python-3.8 83.75% <100.00%> (ø)
windows-2019_Python-3.9 83.76% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
datumaro/plugins/data_formats/imagenet_txt.py 86.56% <ø> (ø)
datumaro/plugins/data_formats/mpii/mpii_mat.py 79.06% <ø> (ø)
...envino_plugin/samples/ssd_face_detection_interp.py 10.63% <ø> (ø)
...gin/samples/ssd_mobilenet_coco_detection_interp.py 11.76% <ø> (ø)
...vino_plugin/samples/ssd_person_detection_interp.py 10.63% <ø> (ø)
...amples/ssd_person_vehicle_bike_detection_interp.py 10.20% <ø> (ø)
...ino_plugin/samples/ssd_vehicle_detection_interp.py 10.63% <ø> (ø)
datumaro/components/operations.py 84.41% <100.00%> (ø)
datumaro/plugins/data_formats/camvid.py 87.14% <100.00%> (ø)
datumaro/plugins/splitter.py 88.69% <0.00%> (+0.22%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
@vinnamkim vinnamkim mentioned this pull request Feb 2, 2023
7 tasks
Copy link
Contributor

@wonjuleee wonjuleee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good!

@vinnamkim vinnamkim merged commit 5daaa9e into openvinotoolkit:develop Feb 3, 2023
@vinnamkim vinnamkim deleted the fix/code-format branch February 3, 2023 00:52
@vinnamkim vinnamkim added this to the 1.0.0 milestone Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants