Skip to content

Commit

Permalink
rebase put an import out of order
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealFalcon committed Sep 21, 2023
1 parent 4b245c0 commit 4a74df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudinit/distros/debian.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# Author: Joshua Harlow <[email protected]>
#
# This file is part of cloud-init. See LICENSE file for license information.
import os
import logging
import os
from typing import List

from cloudinit import distros, subp, util
Expand Down

0 comments on commit 4a74df4

Please sign in to comment.