Skip to content

Commit

Permalink
Disable false alert on import error.
Browse files Browse the repository at this point in the history
  • Loading branch information
nzlosh committed Apr 3, 2024
1 parent 02d2c3d commit 647fca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/examples/actions/ubuntu_pkg_info/ubuntu_pkg_info.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright 2020 The StackStorm Authors.
# Copyright 2020-2024 The StackStorm Authors.
# Copyright 2019 Extreme Networks, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -19,7 +19,7 @@
import subprocess

import six
import lib.datatransformer as transformer
import lib.datatransformer as transformer # pylint:disable=import-error,no-name-in-module


def main(args):
Expand Down

0 comments on commit 647fca8

Please sign in to comment.