Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 28, 2021
1 parent 426417c commit ba3cb54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"""

from typing import Tuple

import matplotlib.pyplot as plt
import numpy as np

from typing import Tuple
from mpl_point_clicker import clicker


image = np.load("example_image.npy")

fig, ax = plt.subplots()
Expand Down

0 comments on commit ba3cb54

Please sign in to comment.