Skip to content

Commit

Permalink
corr black
Browse files Browse the repository at this point in the history
  • Loading branch information
endremborza committed Mar 24, 2021
1 parent 435403c commit 6ac9b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parquetranger/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@ def full_path(self):
@property
def n_files(self):
return len(self._get_full_paths())

@property
def paths(self):
return self._get_full_paths()

@property
def dfs(self):
for p in self.paths:
Expand Down

0 comments on commit 6ac9b17

Please sign in to comment.