Skip to content

Commit

Permalink
[#35] black on trace
Browse files Browse the repository at this point in the history
  • Loading branch information
machallboyd committed May 13, 2022
1 parent e3ead35 commit efb6b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mappymatch/constructs/trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ def __len__(self):
return len(self._frame)

def __repr__(self):
return(f'_frame: \n{str(self._frame)}')
return f"_frame: \n{str(self._frame)}"

def __str__(self):
return(f'_frame: \n{str(self._frame)}')
return f"_frame: \n{str(self._frame)}"

@property
def index(self) -> pd.Index:
Expand Down

0 comments on commit efb6b4a

Please sign in to comment.