Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Ignore deprecation in pylint for now
Browse files Browse the repository at this point in the history
  • Loading branch information
myoung34 committed Jun 9, 2022
1 parent e2751ed commit 0af9fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tilty/emitters/influxdb.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
""" InfluxDB emitter """
import logging
from distutils import util as distutil
from distutils import util as distutil # noqa # pylint: disable=line-too-long,deprecated-module,fixme # TODO: fix this

from influxdb_client import InfluxDBClient
from influxdb_client.client.write_api import SYNCHRONOUS
Expand Down

0 comments on commit 0af9fb9

Please sign in to comment.