From 3f72c8f6a4373a3d1441b3db7913415e070e7671 Mon Sep 17 00:00:00 2001 From: Simon Davy Date: Fri, 24 Feb 2023 10:40:17 +0000 Subject: [PATCH] Remove rogue tkinter import It was not used, and makes no sense here. --- lib/data_processing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/data_processing.py b/lib/data_processing.py index d8b884e..7e0a052 100644 --- a/lib/data_processing.py +++ b/lib/data_processing.py @@ -1,7 +1,6 @@ """ This module cleans the patient-level data containing COVID vaccination dates and other relevant information""" # Import statements -from tkinter import Variable import pandas as pd import numpy as np import os