diff options
Diffstat (limited to 't/test.py')
| -rw-r--r-- | t/test.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/test.py b/t/test.py new file mode 100644 index 0000000..2878abd --- /dev/null +++ b/t/test.py @@ -0,0 +1,5 @@ +import datetime + +'this is a long that is longer than 79 characters, or it will be whenever this sentence finishes' + +missing_spaces_around_operator=0 |
