Skip to content

Commit

Permalink
fix linter whitespace complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Jun 1, 2020
1 parent ffab6b4 commit 6938fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rednose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class KalmanFilter:
initial_x = None
initial_P_diag = None
Q = None
obs_noise : Dict[int, Any] = {}
obs_noise: Dict[int, Any] = {}

def __init__(self, generated_dir):
dim_state = self.initial_x.shape[0]
Expand Down

0 comments on commit 6938fea

Please sign in to comment.