Mathias Lohne
Mathias Lohne
This should fix issue #16 (which I'm also experiencing), and as a bonus make the package itself runnable. Meaning you could now also run ``` python -m csvprint ```
Creating markdown tables from csvfiles where some edge column is empty produces incorrect output. This could be solved by including the edge border in the markdown as well. ### Example:...
**Bug Report** The `__sub__` method on the `Arrow` class from the `arrow` package [has several `@overload`s](https://github.com/arrow-py/arrow/blob/d688de482c5379455dfad8163f56749e81b9e806/arrow/arrow.py#L1730): ```python @overload def __sub__(self, other: Union[timedelta, relativedelta]) -> "Arrow": pass # pragma: no cover...