Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit a1aac41

Browse files
committed
Don't conditionally import for HTTP debug
1 parent d5d0c31 commit a1aac41

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

skpy/conn.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
66
from types import MethodType
77
import hashlib
88
import base64
9+
from pprint import pformat
910

1011
from bs4 import BeautifulSoup
1112
import requests
1213

1314
from .core import SkypeObj, SkypeEnum, SkypeApiException, SkypeAuthException
1415

15-
if os.getenv("SKPY_DEBUG_HTTP"):
16-
from pprint import pformat
17-
1816

1917
class SkypeConnection(SkypeObj):
2018
"""

0 commit comments

Comments
 (0)