From 5f21d9290fbeb957be31c35aef8ed09aa8bf1221 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 21 Jan 2020 00:29:45 +0100 Subject: [PATCH] Remove unused import --- etherpump/commands/pull.py | 1 - 1 file changed, 1 deletion(-) diff --git a/etherpump/commands/pull.py b/etherpump/commands/pull.py index 8503026..edbb2de 100644 --- a/etherpump/commands/pull.py +++ b/etherpump/commands/pull.py @@ -1,7 +1,6 @@ """Check for pads that have changed since last sync (according to .meta.json)""" import json -import math import os import re import sys