Skip to content

Commit f4e3bf5

Browse files
committed
cleaned up app.py import
1 parent 3024e11 commit f4e3bf5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/mrtrix3/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
import argparse, importlib, inspect, math, os, pathlib, random, shlex, shutil, signal, string, subprocess, sys, textwrap, time, re
1717
from keyword import kwlist as PYTHON_KEYWORDS
18-
from warnings import warn
1918
from mrtrix3 import ANSI, CONFIG, MRtrixError, setup_ansi
2019
from mrtrix3 import utils, version
2120
try:

0 commit comments

Comments
 (0)