Skip to content

Commit

Permalink
Remove pprint as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanhrabcak committed Feb 17, 2021
1 parent 7322464 commit 0b744de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edupage_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from datetime import date
import requests, json, datetime, pprint
import requests, json, datetime

from edupage_api.utils import *
from edupage_api.date import *
Expand Down

0 comments on commit 0b744de

Please sign in to comment.