From b057cdf05e4b9d20f6e1743fc9c63d32c54f1908 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 2 Mar 2019 08:42:53 -0800 Subject: 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. --- tablib/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tablib/__init__.py') diff --git a/tablib/__init__.py b/tablib/__init__.py index 8518082..a217574 100644 --- a/tablib/__init__.py +++ b/tablib/__init__.py @@ -5,4 +5,3 @@ from tablib.core import ( InvalidDatasetType, InvalidDimensions, UnsupportedFormat, __version__ ) - -- cgit v1.2.1