Skip to content
Snippets Groups Projects
Commit 797af5db authored by Cyril Danilevski's avatar Cyril Danilevski :scooter: Committed by Robert Rosca
Browse files

blabla

parent 6179aaa5
No related branches found
No related tags found
2 merge requests!433Fix/pre commit whitespace,!417Feat/pre commit checks
...@@ -6,14 +6,12 @@ from collections import OrderedDict ...@@ -6,14 +6,12 @@ from collections import OrderedDict
from datetime import datetime, timezone from datetime import datetime, timezone
from http.server import BaseHTTPRequestHandler, HTTPServer from http.server import BaseHTTPRequestHandler, HTTPServer
from subprocess import check_output from subprocess import check_output
from xfel_calibrate.settings import (free_nodes_cmd, preempt_nodes_cmd,
reservation)
from uuid import uuid4 from uuid import uuid4
import yaml import yaml
from jinja2 import Template from jinja2 import Template
from xfel_calibrate.settings import (free_nodes_cmd, preempt_nodes_cmd,
reservation)
class LimitedSizeDict(OrderedDict): class LimitedSizeDict(OrderedDict):
def __init__(self, *args, **kwds): def __init__(self, *args, **kwds):
......
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