Skip to content

Commit af59635

Browse files
committed
auto: code formatting
1 parent 2ad013a commit af59635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xapps2/miscdl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
__all__ = ["MiscDL"]
22

33
import json
4+
import logging
45
import re
56
from typing import Any, Dict, Iterator, List, Optional, Pattern
67

78
from aiohttp.client_exceptions import ContentTypeError
89

910
from .config import DEVICE
1011
from .nikgappsdl import get_nikgapps
11-
import logging
1212

1313
LOG = logging.getLogger(__name__)
1414

0 commit comments

Comments
 (0)