Skip to content

Commit

Permalink
Python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
viljarjf committed Nov 9, 2023
1 parent cedb200 commit 1c091e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyxem/utils/plotting_utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import matplotlib.pyplot as plt
import numpy as np
from tqdm import tqdm
Expand Down

0 comments on commit 1c091e7

Please sign in to comment.