cybermonkj / qatest

Imported name is not used anywhere in the module PY-W2000
Anti-pattern
Major
a year agoa year old
Unused import requests
  4import matplotlib.pyplot as plt
  5import urllib.request
  6import json
  7import requests  8
  9
 10def openCovid():
Unused messagebox imported from tkinter
  1import tkinter as tk
  2from tkinter import filedialog, messagebox, ttk  3import pandas as pd
  4import matplotlib.pyplot as plt
  5import urllib.request