This commit is contained in:
Florian Bruhin 2018-12-10 12:34:59 +01:00
parent bc06c66823
commit 735e6123cd
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ DATA: A dict of Option objects after init() has been called.
""" """
import typing import typing
from typing import Optional # pylint: disable=unused-import from typing import Optional # pylint: disable=unused-import,useless-suppression
import functools import functools
import attr import attr

View File

@ -1,5 +1,5 @@
/* eslint-disable max-len, max-statements, complexity, /* eslint-disable max-len, max-statements, complexity,
default-case, valid-jsdoc */ default-case */
// Copyright 2014 The Chromium Authors. All rights reserved. // Copyright 2014 The Chromium Authors. All rights reserved.
// //