Commit cb4a828e authored by JX's avatar JX 😵
Browse files

Fix comment type pep8

parent 5c2cb094
Pipeline #12043 passed with stage
in 0 seconds
......@@ -75,12 +75,12 @@ class CsstResult:
assert isinstance(
files, list
), "`files` should be a list of `str` type objects."
#assert isinstance(
# products, list
#), "`products` should be a list of `str` type objects."
#assert isinstance(
# products, dict
#), "`products` should be a list of `dict` type objects."
# assert isinstance(
# products, list
# ), "`products` should be a list of `str` type objects."
# assert isinstance(
# products, dict
# ), "`products` should be a list of `dict` type objects."
for _ in files:
assert isinstance(_, str), "`files` should be a list of `str` type objects."
self.status: CsstStatus = status
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment