move imports
This commit is contained in:
parent
fb9d3e04f7
commit
386a184f12
1 changed files with 2 additions and 2 deletions
|
@ -9,13 +9,13 @@ import sys
|
|||
import os
|
||||
import re
|
||||
import json
|
||||
import logging
|
||||
from logging.handlers import SysLogHandler
|
||||
from yaml import dump
|
||||
try:
|
||||
from yaml import CDumper as Dumper
|
||||
except ImportError:
|
||||
from yaml import Dumper
|
||||
import logging
|
||||
from logging.handlers import SysLogHandler
|
||||
import click
|
||||
import click_config_file
|
||||
import requests
|
||||
|
|
Loading…
Reference in a new issue