Skip to content

Commit

Permalink
set typing more precisely
Browse files Browse the repository at this point in the history
  • Loading branch information
JoranAngevaare committed Mar 24, 2021
1 parent a546f8d commit f8e0809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions strax/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -1407,8 +1407,8 @@ def _apply_function(self, data, targets):
def copy_to_frontend(self,
run_id: str,
target: str,
target_frontend_id: int = None,
target_compressor: str = None,
target_frontend_id: ty.Optional[int] = None,
target_compressor: ty.Optional[str] = None,
rechunk: bool = False):
"""
Copy data from one frontend to another
Expand Down

0 comments on commit f8e0809

Please sign in to comment.