Skip to content

Commit

Permalink
chore: ruff --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dilawar committed Jul 30, 2024
1 parent 16f3a5d commit b494832
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions plotdigitizer/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def show_frame(img, msg="MSG: "):


def plot_images(images_with_title):
import matplotlib.pyplot as plt

total_images = len(images_with_title)
num_cols = 2
Expand All @@ -33,7 +32,6 @@ def plot_images(images_with_title):


def plot_traj(traj, img, outfile: T.Optional[Path] = None):
import matplotlib.pyplot as plt

x, y = zip(*traj)
plt.figure()
Expand Down
3 changes: 0 additions & 3 deletions plotdigitizer/plotdigitizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@
import typer
from typing_extensions import Annotated

from plotdigitizer import grid
from plotdigitizer import image
from plotdigitizer import plot
from plotdigitizer import geometry
from plotdigitizer import common

# Logger
from loguru import logger
Expand Down

0 comments on commit b494832

Please sign in to comment.