Skip to content

Commit

Permalink
remove unicode_literals as it isn't needed
Browse files Browse the repository at this point in the history
  • Loading branch information
gleitz committed Feb 27, 2013
1 parent 9264fc0 commit bbe8205
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions howdoi/howdoi.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
#
######################################################

from __future__ import unicode_literals

import argparse
import re
import requests
Expand Down

0 comments on commit bbe8205

Please sign in to comment.