Skip to content

Commit

Permalink
remove comment PyCharm auto-added
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalperi committed May 15, 2014
1 parent 3f2064c commit e653b67
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions raco/myrialang.py
Original file line number Diff line number Diff line change
Expand Up @@ -869,10 +869,6 @@ class PushApply(rules.Rule):
ProjectingJoin is everything the Apply was doing. See note below.
"""
def fire(self, op):
"""
:rtype : Expression
"""
if not isinstance(op, algebra.Apply):
return op

Expand Down

0 comments on commit e653b67

Please sign in to comment.