Skip to content

Commit 4be38a6

Browse files
committed
ci: test lint
1 parent 67d6a3c commit 4be38a6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

scripts/test.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
def main() -> str:
2+
return None
3+
4+
15
if __name__ == "__main__":
2-
pass
6+
main()

0 commit comments

Comments
 (0)