We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran tox ./ (in the profiling branch) and isort wants to format the imports as
tox ./
from torch.profiler import (ProfilerActivity, profile, record_function, tensorboard_trace_handler)
while black as
from torch.profiler import ( ProfilerActivity, profile, record_function, tensorboard_trace_handler, )
therefore the code never passes the lint checks.
The text was updated successfully, but these errors were encountered:
wow 🤯
Sorry, something went wrong.
please, push your changes so I can have a look
it is pushed in the branch profiling it is the src/profiling/mode_profiling.py file
PyCQA/isort#1518 (comment)
This solution should solve the error.
Successfully merging a pull request may close this issue.
I ran
tox ./
(in the profiling branch) and isort wants to format the imports aswhile black as
therefore the code never passes the lint checks.
The text was updated successfully, but these errors were encountered: