yuce / pyswip

PySwip is a Python - SWI-Prolog bridge enabling to query SWI-Prolog in your Python programs. It features an (incomplete) SWI-Prolog foreign language interface, a utility class that makes it easy querying with Prolog and also a Pythonic interface.
MIT License
464 stars 97 forks source link

Removing trailing whitespaces #137

Closed jpodivin closed 5 months ago

jpodivin commented 2 years ago

As the title puts it, this patch removes trailing white spaces across the python code, thus making it a bit cleaner and linters less agitated.

Changes have no impact on the code function and are purely style oriented.

Signed-off-by: Jiri Podivin jpodivin@gmail.com