Update git submodules

* Update heat-translator from branch 'master'
  to 6687b35b465d8d853fa1980a1f3b76d2b7e064fc
  - Move heat-translator to new hacking 4.0.0
    
    Hacking 4.0.0 has introduce new optimal assert checks.
    Please refer [1] for more details.
    
    Additionally Hacking has enabled some new checks by default,
    and the next update to the new release will introduce failures
    in heat-translator pep8 jobs.
    The main impact is from I122d250cab90964c346e9d53046a97c25054bc00.
    
    This patch adopts new optimal assert check.
      [H211]:  Change assertTrue(isinstance(A, B)) to
               assertIsInstance(A, B).
    
    On bumping up the hacking version, below mention pep8 jobs failed.
    This patch address the issues now, when the new hacking release starts
    being used it will not cause a disruption.
    
    pep8 run-test: commands[0] | flake8
    ./translator/tests/test_utils.py:51:13: H211: Use assert{Is,IsNot}instance
             self.assertTrue(
    
    [1] https://docs.openstack.org/releasenotes/hacking/unreleased.html#relnotes-4-0-0
    
    Change-Id: Iae79b8c5c6873d6bf5f6ef1b427dc8c60bade03f
This commit is contained in:
Manpreet Kaur 2021-01-26 19:48:08 +05:30 committed by Gerrit Code Review
parent c09f18ddb6
commit 74a02a23a3
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 4809045ed5252a368974e98ea133404f11fd0e5d
Subproject commit 6687b35b465d8d853fa1980a1f3b76d2b7e064fc