async is a reserved word: target.cuda(non_blocking=True)
[flake8](http://flake8.pycqa.org) testing of https://github.com/jantic/DeOldify on Python 3.7.1
$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./fastai/core.py:37:32: E999 SyntaxError: invalid syntax
if cuda: a = to_gpu(a, async=True)
^
./fastai/models/cifar10/main_dxy.py:179:32: E999 SyntaxError: invalid syntax
target = target.cuda(async=True)
^
2 E999 SyntaxError: invalid syntax
2
```