Skip to content

Commit ce5be3a

Browse files
committed
Import sys at the top
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent fdde6d6 commit ce5be3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packagedcode/cocoapods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import json
1212
import os
1313
import logging
14+
import sys
1415
from functools import partial
1516

1617
import saneyaml
@@ -37,7 +38,6 @@ def logger_debug(*args):
3738
logger = logging.getLogger(__name__)
3839

3940
if TRACE:
40-
import sys
4141
logging.basicConfig(stream=sys.stdout)
4242
logger.setLevel(logging.DEBUG)
4343

0 commit comments

Comments
 (0)