Skip to content
Snippets Groups Projects

Apply isort on test_algorithms.py

Merged Yannick DAYER requested to merge pre-commit into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -5,6 +5,7 @@
"""Tests the configured bioalgorithms."""
import numpy as np
from pkg_resources import resource_filename
from bob.bio.base import load_resource
Loading