pylint 2.3.0 (#21485)
* pylint 2.3.0 * remove const * disable=syntax-error
This commit is contained in:
parent
2482816a11
commit
519315f9c8
26 changed files with 47 additions and 57 deletions
|
@ -366,8 +366,7 @@ def _get_related_entity_ids(session, entity_filter):
|
|||
|
||||
if tryno == RETRIES - 1:
|
||||
raise
|
||||
else:
|
||||
time.sleep(QUERY_RETRY_WAIT)
|
||||
time.sleep(QUERY_RETRY_WAIT)
|
||||
|
||||
|
||||
def _generate_filter_from_config(config):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue