Minor code cleanup

- Reducing linter errors
- Removing old Python 2-only code (__future__ print)
This commit is contained in:
Jacob Alexander
2020-06-08 23:51:07 -07:00
parent 255119b838
commit 49fd4854d8
22 changed files with 16 additions and 101 deletions

View File

@@ -110,7 +110,6 @@ Make sure to look at the [examples](examples). The examples are generally kept u
The examples directory has one example that shows off pycapnp quite nicely. Here it is, reproduced:
```python
from __future__ import print_function
import os
import capnp