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

Remove empty newline in deferred_for_loops #6046

Merged
merged 1 commit into from
Jul 24, 2023
Merged

Remove empty newline in deferred_for_loops #6046

merged 1 commit into from
Jul 24, 2023

Conversation

charliermarsh
Copy link
Member

Trivial change but none of the others have this empty newline.

@charliermarsh charliermarsh changed the title Remove empty newline in deferred_for_loops Remove empty newline in deferred_for_loops Jul 24, 2023
@charliermarsh charliermarsh added the internal An internal refactor or improvement label Jul 24, 2023
@charliermarsh charliermarsh enabled auto-merge (squash) July 24, 2023 21:52
@charliermarsh charliermarsh merged commit b7e7346 into main Jul 24, 2023
15 checks passed
@charliermarsh charliermarsh deleted the charlie/for branch July 24, 2023 21:59
@github-actions
Copy link
Contributor

github-actions bot commented Jul 24, 2023

PR Check Results

Ecosystem

✅ ecosystem check detected no changes.

Benchmark

Linux

group                                      main                                   pr
-----                                      ----                                   --
formatter/large/dataset.py                 1.00     11.0±0.03ms     3.7 MB/sec    1.01     11.1±0.07ms     3.7 MB/sec
formatter/numpy/ctypeslib.py               1.00      2.3±0.00ms     7.4 MB/sec    1.01      2.3±0.00ms     7.4 MB/sec
formatter/numpy/globals.py                 1.00    255.8±0.67µs    11.5 MB/sec    1.00    255.0±0.34µs    11.6 MB/sec
formatter/pydantic/types.py                1.00      4.8±0.02ms     5.3 MB/sec    1.01      4.9±0.02ms     5.2 MB/sec
linter/all-rules/large/dataset.py          1.00     15.1±0.07ms     2.7 MB/sec    1.03     15.5±0.16ms     2.6 MB/sec
linter/all-rules/numpy/ctypeslib.py        1.00      3.9±0.00ms     4.3 MB/sec    1.01      3.9±0.02ms     4.3 MB/sec
linter/all-rules/numpy/globals.py          1.00    508.6±0.77µs     5.8 MB/sec    1.00    507.4±0.71µs     5.8 MB/sec
linter/all-rules/pydantic/types.py         1.00      6.9±0.01ms     3.7 MB/sec    1.02      7.0±0.05ms     3.6 MB/sec
linter/default-rules/large/dataset.py      1.00      7.9±0.02ms     5.2 MB/sec    1.04      8.1±0.04ms     5.0 MB/sec
linter/default-rules/numpy/ctypeslib.py    1.00   1685.1±4.00µs     9.9 MB/sec    1.02   1715.7±3.02µs     9.7 MB/sec
linter/default-rules/numpy/globals.py      1.00    188.8±0.49µs    15.6 MB/sec    1.01    190.9±0.40µs    15.5 MB/sec
linter/default-rules/pydantic/types.py     1.00      3.6±0.01ms     7.2 MB/sec    1.02      3.7±0.02ms     7.0 MB/sec

Windows

group                                      main                                   pr
-----                                      ----                                   --
formatter/large/dataset.py                 1.00     11.0±0.18ms     3.7 MB/sec    1.00     10.9±0.16ms     3.7 MB/sec
formatter/numpy/ctypeslib.py               1.01      2.2±0.06ms     7.6 MB/sec    1.00      2.2±0.03ms     7.7 MB/sec
formatter/numpy/globals.py                 1.00    245.8±7.56µs    12.0 MB/sec    1.02   250.2±11.30µs    11.8 MB/sec
formatter/pydantic/types.py                1.01      4.8±0.06ms     5.3 MB/sec    1.00      4.8±0.06ms     5.4 MB/sec
linter/all-rules/large/dataset.py          1.00     15.2±0.20ms     2.7 MB/sec    1.01     15.4±0.21ms     2.6 MB/sec
linter/all-rules/numpy/ctypeslib.py        1.00      4.0±0.06ms     4.2 MB/sec    1.00      4.0±0.06ms     4.2 MB/sec
linter/all-rules/numpy/globals.py          1.00   484.1±14.19µs     6.1 MB/sec    1.00    482.3±9.05µs     6.1 MB/sec
linter/all-rules/pydantic/types.py         1.00      7.0±0.12ms     3.6 MB/sec    1.01      7.0±0.12ms     3.6 MB/sec
linter/default-rules/large/dataset.py      1.02      8.3±0.13ms     4.9 MB/sec    1.00      8.1±0.15ms     5.0 MB/sec
linter/default-rules/numpy/ctypeslib.py    1.01  1703.1±37.33µs     9.8 MB/sec    1.00  1692.1±26.11µs     9.8 MB/sec
linter/default-rules/numpy/globals.py      1.00    193.6±4.49µs    15.2 MB/sec    1.00    193.2±3.97µs    15.3 MB/sec
linter/default-rules/pydantic/types.py     1.00      3.6±0.04ms     7.0 MB/sec    1.00      3.6±0.05ms     7.0 MB/sec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal An internal refactor or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant