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 missing import #1911

Merged
merged 3 commits into from
Dec 15, 2020
Merged

Fix missing import #1911

merged 3 commits into from
Dec 15, 2020

Conversation

asvetlov
Copy link
Contributor

import rich doesn't import rich.console, from rich.console import Console does all required jobs.

@codecov
Copy link

codecov bot commented Dec 15, 2020

Codecov Report

Merging #1911 (5af25cd) into master (eb08239) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1911   +/-   ##
=======================================
  Coverage   75.59%   75.59%           
=======================================
  Files          60       60           
  Lines        9389     9389           
  Branches     1469     1469           
=======================================
  Hits         7098     7098           
  Misses       2062     2062           
  Partials      229      229           
Flag Coverage Δ
cli 64.89% <100.00%> (ø)
sdk 89.24% <ø> (ø)

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

Impacted Files Coverage Δ
neuro-cli/src/neuro_cli/log_formatter.py 82.14% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eb08239...7b2d88d. Read the comment docs.

@asvetlov asvetlov merged commit 56755fc into master Dec 15, 2020
@asvetlov asvetlov deleted the fix-import branch December 15, 2020 15:06
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.

1 participant