Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 28, 2024
1 parent 00e0482 commit 9f837e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/ipyoptimade/subwidgets/periodic_table/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import anywidget
import traitlets as tl
import anywidget
import pathlib


class ExtendedDropdown(anywidget.AnyWidget):

_esm = pathlib.Path(__file__).parent / "index.js"
# _css = pathlib.Path(__file__).parent / "index.css"

0 comments on commit 9f837e8

Please sign in to comment.