Skip to content

Commit 5673ec0

Browse files
committed
blackify
1 parent e95272e commit 5673ec0

File tree

6 files changed

+209
-79
lines changed

6 files changed

+209
-79
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ dependencies = [
1313

1414
[project.optional-dependencies]
1515

16+
dev = [
17+
"black"
18+
]
1619

1720
test = [
1821
"pytest >= 8.0.0",

src/load_distribution/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
__version__ = "0.1.0"
77

8-
from load_distribution.load_distribution import *
8+
from load_distribution.load_distribution import *

0 commit comments

Comments
 (0)