diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2019-03-02 08:42:53 -0800 |
|---|---|---|
| committer | Jon Dufresne <jon.dufresne@gmail.com> | 2019-03-02 08:42:53 -0800 |
| commit | b057cdf05e4b9d20f6e1743fc9c63d32c54f1908 (patch) | |
| tree | 0028b3683bdf022bb1e0676abdca3588de5c1362 /tablib/formats/_dbf.py | |
| parent | a10327a2833da8eee952d8b832afc33c3c55b282 (diff) | |
| download | tablib-b057cdf05e4b9d20f6e1743fc9c63d32c54f1908.tar.gz | |
Trim trailing white space throughout the project
Many editors clean up trailing white space on save. By removing it all
in one go, it helps keep future diffs cleaner by avoiding spurious white
space changes on unrelated lines.
Diffstat (limited to 'tablib/formats/_dbf.py')
| -rw-r--r-- | tablib/formats/_dbf.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tablib/formats/_dbf.py b/tablib/formats/_dbf.py index a0c183d..710797d 100644 --- a/tablib/formats/_dbf.py +++ b/tablib/formats/_dbf.py @@ -89,6 +89,3 @@ def detect(stream): # When unpacking a string argument with less than 8 chars, struct.error is # raised. return False - - - |
