Skip to content

Commit

Permalink
Merge pull request #250 from ssidorenko/superdirt-timescale
Browse files Browse the repository at this point in the history
Add timescale support to SuperDirt
  • Loading branch information
Bubobubobubobubo authored Nov 3, 2023
2 parents cfbb800 + e9d5e88 commit 157beef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sardine_core/handlers/superdirt.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def rename_keys(initial_dictionary: dict, aliases: dict) -> dict:
"tremd": "tremolodepth",
"dist": "distort",
"o": "orbit",
"ts": "timescale",
}
return rename_keys(pattern, aliases)

Expand Down

0 comments on commit 157beef

Please sign in to comment.