Skip to content

Commit b731b6e

Browse files
committed
Pylint fix.
1 parent 2449ee9 commit b731b6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dash/development/base_component.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
import copy
33
import os
44
import inspect
5-
from ._all_keywords import kwlist
6-
import keyword
75
import abc
86
import sys
97
import six
108

9+
from ._all_keywords import kwlist
10+
1111

1212
# pylint: disable=no-init,too-few-public-methods
1313
class ComponentRegistry:

0 commit comments

Comments
 (0)