Skip to content

Commit

Permalink
Merge pull request #12 from christian-hawk/deepsource-fix-fcabe24e
Browse files Browse the repository at this point in the history
Remove unused imports
  • Loading branch information
christian-hawk committed Sep 11, 2020
2 parents 31435a0 + f54d7d1 commit 9071347
Show file tree
Hide file tree
Showing 8 changed files with 87 additions and 177 deletions.
5 changes: 0 additions & 5 deletions clientapp/ressources/errors.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
from authlib.integrations.base_client.errors import MismatchingStateError, OAuthError

import logging


class CSRFWarning(Exception):
print(Exception)
9 changes: 0 additions & 9 deletions tests/behaver/features/steps/allow.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
from behave import when, then, given
import requests
from clientapp import create_app
import pytest
import time
import json
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.common.action_chains import ActionChains
from selenium.webdriver.support import expected_conditions
from selenium.webdriver.support.wait import WebDriverWait
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities

base_url = "https://chris.testingenv.org"

Expand Down
2 changes: 1 addition & 1 deletion tests/unit_integration/test_configuration_endpoint.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from unittest import TestCase
import clientapp
from flask import Flask, url_for, jsonify
from flask import Flask, url_for
from typing import List
import os
import json
Expand Down

0 comments on commit 9071347

Please sign in to comment.