Skip to content

Commit

Permalink
Fix conflict problem
Browse files Browse the repository at this point in the history
  • Loading branch information
sqrd-max committed Dec 7, 2023
1 parent b2d1ca5 commit 399ca65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rcdb_web/select_values/veiws.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
from flask import Blueprint, request, render_template, flash, g, redirect, url_for
from rcdb.model import ConditionType
from rcdb.model import ConditionType, RunPeriod
from runs.views import _parse_run_range

mod = Blueprint('select_values', __name__, url_prefix='/select_values')

# rcdb/select_value

@mod.route('/', methods=['GET'])
def index():
Expand Down

0 comments on commit 399ca65

Please sign in to comment.