Skip to content

Commit

Permalink
Drop not used imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ppigazzini committed May 23, 2024
1 parent fe39141 commit dac6960
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions server/fishtest/rundb.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import configparser
import copy
import math
import os
import random
import re
import signal
import sys
import textwrap
import threading
Expand Down
2 changes: 0 additions & 2 deletions server/fishtest/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
import hashlib
import math
import re
import smtplib
from datetime import datetime, timedelta, timezone
from email.mime.text import MIMEText
from functools import cache

import fishtest.stats.stat_util
Expand Down
3 changes: 1 addition & 2 deletions server/fishtest/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

import fishtest.stats.stat_util
import requests
from bson.objectid import ObjectId
from fishtest.schemas import short_worker_name
from fishtest.util import (
email_valid,
Expand All @@ -25,7 +24,7 @@
password_strength,
update_residuals,
)
from pyramid.httpexceptions import HTTPFound, HTTPNotFound, exception_response
from pyramid.httpexceptions import HTTPFound, HTTPNotFound
from pyramid.security import forget, remember
from pyramid.view import forbidden_view_config, notfound_view_config, view_config
from requests.exceptions import ConnectionError, HTTPError
Expand Down

0 comments on commit dac6960

Please sign in to comment.