Skip to content

Commit

Permalink
chore: reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
yizhihenpidehou committed Dec 10, 2024
1 parent 6c133cf commit cab6daa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
3 changes: 0 additions & 3 deletions easygraph/datasets/hypergraph/cat_edge_Cooking.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,3 @@ def fun(data):
label_names_info = request_text_from_url(label_names_path)
process_label_names_info = self.process_label_txt(label_names_info)
self._label_names = process_label_names_info



14 changes: 0 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -173,28 +173,14 @@ exclude_lines = ["pragma: no cover", "if TYPE_CHECKING:"]
# installing torch is very time consuming
# test-requires = ["pytest", "lxml", "torch"]
# test-command = "pytest"
<<<<<<< HEAD
<<<<<<< HEAD
free-threaded-support = true

# Skip building free-threaded compatible wheels on Windows
skip = "*t-win*"

build = ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]


=======
build = ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]

=======
>>>>>>> 539d2f8 (chore: test workflow)
free-threaded-support = true

# Skip building free-threaded compatible wheels on Windows
skip = "*t-win*"
>>>>>>> 2fa1a40 (chore: test workflow)

build = ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]



Expand Down

0 comments on commit cab6daa

Please sign in to comment.