Skip to content

Commit

Permalink
add pylint ignore import error
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiPetukhov committed Feb 29, 2024
1 parent 3e3fdbc commit 8297ab3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion agent/worker/agent_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
import io

import supervisely_lib as sly
from supervisely_lib._utils import get_certificates_list
from supervisely_lib._utils import (
get_certificates_list,
) # pylint: disable=import-error, no-name-in-module

from logging import Logger
from typing import Callable, List, Optional, Tuple, Union, Container
Expand Down

0 comments on commit 8297ab3

Please sign in to comment.