Update git submodules

* Update cliff from branch 'master'
  - columns: Make 'FormattableColumn' comparable
    
    Currently, comparing instances of this fails:
    
      >>> from cliff.columns import FormattableColumn
      >>> class Test(FormattableColumn):
      ...     def human_readable(self):
      ...         return str(self._data)
      ...
      >>> data = {'x': 'y'}
      >>> x = Test(data)
      >>> y = Test(data)
      >>> x == y
      False
    
    Clearly it should not. Resolve this by implementing a custom comparison.
    
    Change-Id: I4b96475ca6a689f4055dc5ea34b82b3867a65555
    Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
    Story: #2008320
    Task: #41218
This commit is contained in:
Stephen Finucane 2020-11-04 14:38:54 +00:00 committed by Gerrit Code Review
parent 577bcdf029
commit 4ed94f7f90
1 changed files with 1 additions and 1 deletions

2
cliff

@ -1 +1 @@
Subproject commit def32ec54cbec667bb5733b14c8404c72d3547d0
Subproject commit 997e05fce6cf2267099f3d5f91116ba491495d7e