Skip to content

Commit

Permalink
make pylint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
rustybird committed Apr 10, 2023
1 parent ba9b24d commit 2ab5d80
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ extension-pkg-whitelist=lxml.etree
# - consider-using-dict-comprehension
# - not-an-iterable
disable=
bad-continuation,
raising-format-tuple,
raise-missing-from,
import-outside-toplevel,
inconsistent-return-statements,
duplicate-code,
fixme,
locally-disabled,
locally-enabled,
useless-object-inheritance,
consider-using-set-comprehension,
consider-using-dict-comprehension,
Expand Down
5 changes: 0 additions & 5 deletions qubesadmin/vm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
import qubesadmin.firewall
import qubesadmin.tags

if not hasattr(shlex, 'quote'):
# python2 compat
import pipes
shlex.quote = pipes.quote

class QubesVM(qubesadmin.base.PropertyHolder):
'''Qubes domain.'''

Expand Down

0 comments on commit 2ab5d80

Please sign in to comment.