Skip to content

Commit ffd3933

Browse files
committed
style: format test files
1 parent 6e1e942 commit ffd3933

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
"""Tests package for python-lint-plus"""
2-
1+
"""Tests package for python-lint-plus."""

tests/test_python_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ def get_name_len(name: str) -> int:
99

1010

1111
def start():
12-
"Run ... "
12+
"Run ..."
1313
print(get_name_len("Doyle"))
1414
print(uuid.uuid4().hex)

0 commit comments

Comments
 (0)