Skip to content
Snippets Groups Projects
Commit a2403610 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Remove some unused imports

parent 1133e3b7
No related branches found
No related tags found
1 merge request!489Assorted cleanup of xfel-calibrate
......@@ -2,7 +2,7 @@ import re
from datetime import datetime
from glob import glob
from importlib.machinery import SourceFileLoader
from os import chdir, listdir, makedirs, path, remove, stat
from os import chdir, listdir, makedirs, path, stat
from os.path import isdir, isfile, splitext
from pathlib import Path
from shutil import copy, copytree, move, rmtree
......@@ -11,11 +11,11 @@ from textwrap import dedent
from time import sleep
from typing import Dict, List
import cal_tools.tools
import tabulate
import yaml
from jinja2 import Template
import cal_tools.tools
from .settings import *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment