From 63f75c596f4ca167b0f95e4401f8ec53866ad1f5 Mon Sep 17 00:00:00 2001
From: gpotter2 <gabriel@potter.fr>
Date: Fri, 14 Apr 2017 16:49:32 +0200
Subject: [PATCH] Remove unused import

---
 scapy/layers/bluetooth.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scapy/layers/bluetooth.py b/scapy/layers/bluetooth.py
index 5ee2fe76..f37394a0 100644
--- a/scapy/layers/bluetooth.py
+++ b/scapy/layers/bluetooth.py
@@ -12,7 +12,6 @@ import socket,struct,array
 from ctypes import *
 from select import select
 
-from scapy.all import *
 from scapy.config import conf
 from scapy.packet import *
 from scapy.fields import *
-- 
GitLab