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

Reduce flake8 max-line-length #3222

Closed
wants to merge 5 commits into from

Conversation

mirembe-mariam
Copy link

Description

Reduce flake8 max-line-length

Changed Behaviour

No change

Fixes

Fixes # (issue)

Type of change

  • Code maintenance/cleanup

Copy link
Collaborator

@benclifford benclifford left a comment

Choose a reason for hiding this comment

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

This is failing automated tests with this error:

Traceback (most recent call last):
  File "/home/runner/work/parsl/parsl/.venv/bin/parsl-visualize", line 8, in <module>
    sys.exit(cli_run())
  File "/home/runner/work/parsl/parsl/.venv/lib/python3.8/site-packages/parsl/monitoring/visualization/app.py", line 28, in cli_run
    from parsl.monitoring.visualization import views
  File "/home/runner/work/parsl/parsl/.venv/lib/python3.8/site-packages/parsl/monitoring/visualization/views.py", line 11, in <module>
    from parsl.monitoring.visualization.plots.default import (
ImportError: cannot import name 'resource_distribution_plot' from 'parsl.monitoring.visualization.plots.default' (/home/runner/work/parsl/parsl/.venv/lib/python3.8/site-packages/parsl/monitoring/visualization/plots/default/__init__.py)

You should be able to find that error yourself by clicking details on the failing test (red x) in the checks section of this pull request.

That might be because you've changed the meaning of the relevant import statement, rather than just reformatting it.

@benclifford
Copy link
Collaborator

The Outreachy application period is over, so I'm closing your PR - thanks for your participation in Parsl+Outreachy so far!

@benclifford benclifford closed this Apr 8, 2024
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