Remove unused import

This commit is contained in:
Luke Murphy 2020-01-21 00:29:45 +01:00
parent a81735a1b8
commit 5f21d9290f
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -1,7 +1,6 @@
"""Check for pads that have changed since last sync (according to .meta.json)""" """Check for pads that have changed since last sync (according to .meta.json)"""
import json import json
import math
import os import os
import re import re
import sys import sys