Skip to content

Commit

Permalink
🎨 pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Apr 22, 2024
1 parent a7ae645 commit a169318
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mqt/bench/viewer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

from flask import Flask, cli, jsonify, render_template, request, send_from_directory

from mqt.bench.viewer.backend import Backend
from mqt.bench import utils
from mqt.bench.viewer.backend import Backend

if TYPE_CHECKING or sys.version_info < (3, 10, 0): # pragma: no cover
import importlib_resources as resources
pass
else:
from importlib import resources
pass

if TYPE_CHECKING: # pragma: no cover
from flask import Response
Expand Down

0 comments on commit a169318

Please sign in to comment.