Skip to content

Commit 3480a7f

Browse files
committed
Module name in Python project file
1 parent 4c2b26c commit 3480a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ exclude = [
5858
# TODO(lucasagomes): This module was copied from road-core
5959
# service/ols/src/auth/k8s.py and currently has 58 Pyright issues. It
6060
# might need to be rewritten down the line.
61-
"src/auth/k8s.py",
61+
"src/authentication/k8s.py",
6262
]
6363
extraPaths = ["./src"]
6464

0 commit comments

Comments
 (0)