From cabd706d38e8143b089d27330a4494b680d367ce Mon Sep 17 00:00:00 2001
From: Madan Mukundan <madan.mukundan@gmail.com>
Date: Mon, 20 Dec 2021 17:56:25 +0100
Subject: [PATCH] fix: remove tkinter dependency

---
 src/plot_read_counts.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/plot_read_counts.py b/src/plot_read_counts.py
index fa489c1..c32d160 100644
--- a/src/plot_read_counts.py
+++ b/src/plot_read_counts.py
@@ -3,7 +3,6 @@
 import logging
 from pathlib import Path
 from typing import Union
-
 import pandas
 import matplotlib.pyplot as plt
 
-- 
GitLab