Skip to content

Commit a22536a

Browse files
committed
Add back removed newlines.
1 parent 7d7265a commit a22536a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/utils/botocore/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def decorator(func):
8484
platform.system() not in ['Darwin', 'Linux'], reason)(func)
8585
return decorator
8686

87+
8788
def random_chars(num_chars):
8889
"""Returns random hex characters.
8990

0 commit comments

Comments
 (0)