commit | 045b63d3a42d9fdc7757a18915cb268465ce0eb8 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Tue Jan 22 16:30:57 2019 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Fri Jan 25 16:36:39 2019 -0700 |
tree | b9fbe0cb959f76e1d651bc8c0e3e78aa2807ec62 | |
parent | acfbc89c3ea8fcffd8109f5237b5cc9ee29b386b [diff] [blame] |
[SEBA-412] Automated reformat of Python code Passes of modernize, autopep8, black, then check with flake8 flake8 + manual fixes: lib/xos-config lib/xos-kafka lib/xos-util xos/coreapi xos/api xos/xos_client Change-Id: Ib23cf84cb13beb3c6381fa0d79594dc9131dc815
diff --git a/lib/xos-genx/xos-genx-tests/attics/xosmodel_bottom.py b/lib/xos-genx/xos-genx-tests/attics/xosmodel_bottom.py index 734aed5..b4fbd54 100644 --- a/lib/xos-genx/xos-genx-tests/attics/xosmodel_bottom.py +++ b/lib/xos-genx/xos-genx-tests/attics/xosmodel_bottom.py
@@ -1,4 +1,3 @@ - # Copyright 2017-present Open Networking Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -15,4 +14,4 @@ def bottom(): - return 'bottom' + return "bottom"