Skip to content

Commit 695956c

Browse files
committed
Fix todo linting error
1 parent 968298d commit 695956c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def tests(session: Session) -> None:
200200
"pygments",
201201
"pytest-dependency",
202202
"s3fs",
203-
"zfpy", # TODO(BrianMichell): Ensure this is pulling from the pyproject.toml
203+
"zfpy", # TODO(BrianMichell): #0 Ensure this is pulling from the pyproject.toml
204204
],
205205
)
206206

0 commit comments

Comments
 (0)