diff options
author | Rodolfo Alonso Hernandez <ralonsoh@redhat.com> | 2020-07-10 17:14:37 +0000 |
---|---|---|
committer | Rodolfo Alonso Hernandez <ralonsoh@redhat.com> | 2020-07-28 16:55:52 +0000 |
commit | ddd58323238ca12daa8f2213a3b69f87f39da262 (patch) | |
tree | 3eee1412df03b41dcbe4e2da3cd82696e80710b7 /.pylintrc | |
parent | 69cac6c64061dbc929654d1b224b66ca720077c2 (diff) | |
download | neutron-ddd58323238ca12daa8f2213a3b69f87f39da262.tar.gz |
Remove "six" library
Last step to remove "six" library usage in Neutron.
Change-Id: Idd42e0c51c8c3bd598c9cf91602596be238bccae
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -127,10 +127,11 @@ ignore-iface-methods= deprecated-modules= # should use oslo_serialization.jsonutils json + six [TYPECHECK] # List of module names for which member attributes should not be checked -ignored-modules=six.moves,_MovedItems +ignored-modules=_MovedItems [REPORTS] # Tells whether to display a full report or only the messages |