Fix lint
This commit is contained in:
parent
bc06c66823
commit
735e6123cd
@ -25,7 +25,7 @@ DATA: A dict of Option objects after init() has been called.
|
||||
"""
|
||||
|
||||
import typing
|
||||
from typing import Optional # pylint: disable=unused-import
|
||||
from typing import Optional # pylint: disable=unused-import,useless-suppression
|
||||
import functools
|
||||
|
||||
import attr
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* eslint-disable max-len, max-statements, complexity,
|
||||
default-case, valid-jsdoc */
|
||||
default-case */
|
||||
|
||||
// Copyright 2014 The Chromium Authors. All rights reserved.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user