Skip to content

Commit e50f1e2

Browse files
disable too-many-lints
1 parent 035ae2e commit e50f1e2

File tree

1 file changed

+3
-0
lines changed
  • instrumentation/opentelemetry-instrumentation-falcon/tests

1 file changed

+3
-0
lines changed

instrumentation/opentelemetry-instrumentation-falcon/tests/test_falcon.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
#
15+
16+
# pylint: disable=too-many-lines
17+
1518
from timeit import default_timer
1619
from unittest.mock import Mock, patch
1720

0 commit comments

Comments
 (0)