Skip to content

Commit

Permalink
fix lint & dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Nov 13, 2023
1 parent b230fe5 commit 5ae747a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions adbdgl_adapter/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
logger.addHandler(handler)


def get_export_spinner_progress(
text: str,
) -> Progress:
def get_export_spinner_progress(text: str) -> Progress:
return Progress(
TextColumn(text),
SpinnerColumn("aesthetic", "#5BC0DE"),
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"requests>=2.27.1",
"rich>=12.5.1",
"pandas>=1.3.5",
"dgl~=1.0",
"dgl~=1",
"torch>=1.12.0",
"python-arango~=7.6",
"setuptools>=45",
Expand All @@ -44,6 +44,7 @@ dependencies = [
dev = [
"black==23.3.0",
"flake8==6.0.0",
"Flake8-pyproject",
"isort==5.12.0",
"mypy==1.4.1",
"pytest>=6.0.0",
Expand Down

0 comments on commit 5ae747a

Please sign in to comment.