Skip to content

Commit

Permalink
Merge branch 'master' into update_plots
Browse files Browse the repository at this point in the history
  • Loading branch information
JoranAngevaare committed Oct 10, 2022
2 parents c0cdd32 + a926400 commit 96a0701
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/test_basics.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
"""Basic tests and imports"""
from unittest import TestCase

import matplotlib.pyplot as plt
import numpy as np
import thesis_plots

import numpy as np
from unittest import TestCase

def test_print_versions():
thesis_plots.print_versions()
Expand Down

0 comments on commit 96a0701

Please sign in to comment.