Skip to content

Commit

Permalink
ran everything through black
Browse files Browse the repository at this point in the history
  • Loading branch information
phobson committed Aug 23, 2020
1 parent a92f7b4 commit 676cb81
Show file tree
Hide file tree
Showing 22 changed files with 2,030 additions and 1,322 deletions.
7 changes: 5 additions & 2 deletions check_probscale.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
import sys
import matplotlib
matplotlib.use('agg')

matplotlib.use("agg")

from matplotlib.pyplot import style
style.use('classic')

style.use("classic")

from probscale import tests

status = tests.test(*sys.argv[1:])
sys.exit(status)
Loading

0 comments on commit 676cb81

Please sign in to comment.