Skip to content

Commit

Permalink
refactor(signal_streams): remove unneeded parenthesis in SineGenerato…
Browse files Browse the repository at this point in the history
…r and CosineGenerator
  • Loading branch information
BjoernLudwigPTB committed Jan 31, 2022
1 parent c83045c commit dce0d86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions agentMET4FOF/streams/signal_streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def __init__(
"SineGenerator",
"time",
"s",
("Voltage"),
("V"),
"Voltage",
"V",
"Simple sine wave generator",
)
self.set_generator_function(
Expand Down Expand Up @@ -102,8 +102,8 @@ def __init__(
"CosineGenerator",
"time",
"s",
("Voltage"),
("V"),
"Voltage",
"V",
"Simple cosine wave generator",
)
self.set_generator_function(
Expand Down

0 comments on commit dce0d86

Please sign in to comment.