Skip to content

Commit

Permalink
ruff isort
Browse files Browse the repository at this point in the history
  • Loading branch information
sherjeelshabih committed Nov 19, 2024
1 parent d144f3f commit 3b2e581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/perovskite_solar_cell_database/apps/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from nomad.config.models.plugins import AppEntryPoint

from perovskite_solar_cell_database.apps.perovskite_ions_app import perovskite_ions_app
from perovskite_solar_cell_database.apps.llm_extracted_solarcells import (
llm_extracted_solar_cells,
)
from perovskite_solar_cell_database.apps.perovskite_ions_app import perovskite_ions_app
from perovskite_solar_cell_database.apps.solar_cell_app import solar_cell_app

solar_cells = AppEntryPoint(
Expand Down

0 comments on commit 3b2e581

Please sign in to comment.