From 86ba5b13175a8b183e41d9ac6da32a5a9d40cab5 Mon Sep 17 00:00:00 2001 From: "A. Karl Kornel" Date: Mon, 5 Jul 2021 18:53:00 -0700 Subject: [PATCH] account: Remove two unused imports --- src/stanford/mais/account/account.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/stanford/mais/account/account.py b/src/stanford/mais/account/account.py index 975c1a9..5c55c6e 100644 --- a/src/stanford/mais/account/account.py +++ b/src/stanford/mais/account/account.py @@ -15,10 +15,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -import abc import dataclasses import datetime -import enum import logging import requests from typing import *