File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 20
20
https://github.com/adafruit/circuitpython/releases
21
21
22
22
"""
23
+ # pylint: disable=too-many-arguments, too-many-instance-attributes, too-many-locals
24
+ # pylint: disable=too-many-statements, unused-import, no-member
25
+ # pylint: disable=unused-import, import-outside-toplevel, undefined-variable
23
26
24
27
try :
25
28
from typing import Union , Tuple
38
41
__repo__ = "https://github.com/jposada202020/CircuitPython_uplot.git"
39
42
40
43
41
- # pylint: disable=too-many-arguments, too-many-instance-attributes, too-many-locals
42
- # pylint: disable=too-many-statements
43
- # pylint: disable=unused-import, import-outside-toplevel, undefined-variable
44
-
45
-
46
44
class Uplot :
47
45
"""
48
46
Canvas Class to add different elements to the screen.
Original file line number Diff line number Diff line change 1
- # pylint: disable=invalid-name,too-few-public-methods
2
- """This file is for `sphinx-build` configuration"""
1
+ # -*- coding: utf-8 -*-
2
+
3
+ # SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
4
+ #
5
+ # SPDX-License-Identifier: MIT
6
+
3
7
import os
4
8
import sys
5
9
You can’t perform that action at this time.
0 commit comments