Skip to content

Commit

Permalink
black isort
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanwu committed Apr 15, 2022
1 parent fb9a688 commit 5609722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lineapy/utils/benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from statistics import mean, variance
from typing import List


__all__ = ["distribution_change"]


Expand Down Expand Up @@ -153,4 +152,4 @@ def format_percent(percent: float) -> str:


def square(x: float) -> float:
return x ** 2
return x**2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def version(path):
"jinja2",
"nbformat",
"nbconvert",
"requests"
"requests",
],
extras_require={
"dev": [
Expand Down

0 comments on commit 5609722

Please sign in to comment.