Skip to content

Commit 242442d

Browse files
author
Kareem Zidane
committed
removed eprint from __init__.py
1 parent 867ef43 commit 242442d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cs50/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
sys.path = [p for p in sys.path if p not in ("", os.getcwd())]
1111

1212
# Import cs50_*
13-
from .cs50 import eprint, get_char, get_float, get_int, get_string
13+
from .cs50 import get_char, get_float, get_int, get_string
1414
try:
1515
from .cs50 import get_long
1616
except ImportError:

0 commit comments

Comments
 (0)