Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
Signed-off-by: Marta Gomez Macias <[email protected]>
  • Loading branch information
mgmacias95 committed May 20, 2024
1 parent 7202ca2 commit d47cd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/memray/reporters/tui.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import contextlib
import dataclasses
import os
import pathlib
import sys
import threading
from collections import defaultdict
from collections import deque
import dataclasses
from datetime import datetime
from functools import total_ordering
from math import ceil
Expand Down

0 comments on commit d47cd7f

Please sign in to comment.