From 9faf4a5fa7b0693f64655fe2b0e747691cea3927 Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 30 Apr 2021 10:56:27 +0300 Subject: [PATCH] python: remove unused imports --- python/src/deltachat/_build.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/src/deltachat/_build.py b/python/src/deltachat/_build.py index 7058fc09a..13dffc74d 100644 --- a/python/src/deltachat/_build.py +++ b/python/src/deltachat/_build.py @@ -9,8 +9,6 @@ import subprocess import tempfile import textwrap import types -from os.path import abspath -from os.path import dirname as dn import cffi