Skip to content

Commit

Permalink
Fixes bad import in renderer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lambdanaut committed Mar 5, 2019
1 parent 90532f4 commit 050e1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sc2/renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from s2clientprotocol import score_pb2 as score_pb

from sc2.position import Point2
from .position import Point2


class Renderer(object):
Expand Down

0 comments on commit 050e1e8

Please sign in to comment.