Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed May 27, 2022
1 parent 828a29e commit d3c7d98
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
17 changes: 8 additions & 9 deletions examples/chef/chef.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,22 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import sys
import hashlib
import json
import optparse
import os
import shutil
import subprocess
import sys
import tarfile
import textwrap
import shutil
from typing import Sequence

import yaml
import hashlib
import json
import tarfile
import subprocess

import chef_util
import constants
import stateful_shell
import chef_util

from typing import Sequence

TermColors = constants.TermColors

Expand Down
5 changes: 2 additions & 3 deletions examples/chef/chef_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import subprocess
import hashlib
import json
import os
import hashlib

import subprocess

ci_allowlist = ['lighting-app.zap']
cd_platforms_meta = {
Expand Down

0 comments on commit d3c7d98

Please sign in to comment.