Update position.py

Removed bad import
pull/1/head
Meisterschueler 2015-10-27 11:48:58 +01:00
rodzic 765974bd99
commit 9102fdda8c
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -4,7 +4,6 @@ from sqlalchemy import Column, String, Integer, Float, Boolean, SmallInteger
from ogn.aprs_utils import fpm2ms
from ogn.model.beacon import Beacon
from wsgiref.simple_server import software_version
class Position(Beacon):