Skip to content

Conversation

@LukeWood
Copy link
Contributor

This causes isort to respect the rules of black. Without this,
if you have any long paths isort will wrap them as follows:

from my_long_path_import_something.something import
Symbol

while black does:

from my_long_path_import_something.something import (
Symbol
)

@codecov
Copy link

codecov bot commented Mar 25, 2022

Codecov Report

Merging #1702 (59440cb) into master (1684ceb) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master     #1702   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           51        51           
  Lines         3417      3417           
=========================================
  Hits          3417      3417           

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 1684ceb...59440cb. Read the comment docs.

@haifeng-jin haifeng-jin merged commit e925897 into keras-team:master Mar 25, 2022
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.

2 participants