Skip to content

Commit

Permalink
flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsteve committed Oct 15, 2024
1 parent 89dd8fc commit a561092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roentgen/tests/test_lines.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from astropy.table import QTable

import roentgen
from roentgen.lines import get_edges, get_lines, emission_lines, binding_energies
from roentgen.lines import get_edges, get_lines, emission_lines

# remove H and He
all_elements = list(roentgen.elements["symbol"])[2:]
Expand Down

0 comments on commit a561092

Please sign in to comment.