Commit Graph

2 Commits

Author SHA1 Message Date
Anthony Sottile
a45505143f pyupgrade: automated removal of python2 constructs
using configuration:

```yaml
-   repo: https://github.com/asottile/pyupgrade
    rev: v2.1.0
    hooks:
    -   id: pyupgrade
        args: [--py3-plus, --keep-percent-format]
        exclude: ^tests/(extensions/data/|functional/|input/|regrtest_data/)
```
2020-03-24 10:27:21 +01:00
Pierre Sassoulas
d84578f84e Refactor - Remove circular import between utils and reporter
ReportsHandlerMixIn was importing Nodes from reporter and is
probably more suited for the reporter package anyway.
2019-03-29 09:37:05 +01:00