Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Fixed lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Jul 29, 2017
1 parent 127893c commit 76dc869
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions lxdock/guests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
side (the containers).
"""

from .alpine import * # noqa: F401, F403
from .archlinux import * # noqa: F401, F403
from .base import * # noqa: F401, F403
from .centos import * # noqa: F401, F403
from .debian import * # noqa: F401, F403
from .fedora import * # noqa: F401, F403
from .gentoo import * # noqa: F401, F403
from .opensuse import * # noqa: F401, F403
from .oracle import * # noqa: F401, F403
from .ubuntu import * # noqa: F401, F403
from .alpine import * # noqa
from .archlinux import * # noqa
from .base import * # noqa
from .centos import * # noqa
from .debian import * # noqa
from .fedora import * # noqa
from .gentoo import * # noqa
from .opensuse import * # noqa
from .oracle import * # noqa
from .ubuntu import * # noqa

0 comments on commit 76dc869

Please sign in to comment.