Skip to content

Commit

Permalink
Last try
Browse files Browse the repository at this point in the history
  • Loading branch information
gbg141 committed Jun 2, 2024
1 parent 0c68507 commit e390681
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
- uses: chartboost/ruff-action@v1
with:
src: './topobenchmarkx'
6 changes: 1 addition & 5 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
# numpydoc ignore=GL08
import test

import configs
import topobenchmarkx
import topobenchmarkx.nn.backbones

from .topobenchmarkx import run

__all__ = [
"topobenchmarkx",
"topobenchmarkx.nn.backbones",
"configs",
"test",
"run",
]

__version__ = "0.0.1"

0 comments on commit e390681

Please sign in to comment.