Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tgravescs committed Mar 31, 2020
1 parent 2b515c8 commit a052427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/rdd.py
Expand Up @@ -2656,7 +2656,7 @@ def id(self):
def _is_pipelinable(self):
return not (self.is_cached or self.is_checkpointed or self.has_resourceProfile)

def _is_barrier(self):
def _is_barrier(self):
return self.is_barrier


Expand Down

0 comments on commit a052427

Please sign in to comment.