File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 5
5
6
6
import datetime
7
7
8
- from typing import List
9
-
10
8
import xml .etree .ElementTree as ET
11
9
12
10
import pytak
20
18
__source__ = "https://github.com/ampledata/aprscot"
21
19
22
20
23
- def aprs_to_cot_xml (aprs_frame : dict , config : dict ) -> \
24
- List [ET .Element , None ]: # NOQA pylint: disable=too-many-locals,too-many-statements
21
+ def aprs_to_cot_xml (aprs_frame : dict , config : dict ) -> ET .Element : # NOQA pylint: disable=too-many-locals,too-many-statements
25
22
"""Converts an APRS Frame to a Cursor-on-Target Event."""
26
23
time = datetime .datetime .now (datetime .timezone .utc )
27
24
Original file line number Diff line number Diff line change 13
13
import setuptools
14
14
15
15
__title__ = "aprscot"
16
- __version__ = "5.0.3 "
16
+ __version__ = "5.0.4 "
17
17
__author__ = "Greg Albrecht W2GMD <oss@undef.net>"
18
18
__copyright__ = "Copyright 2022 Greg Albrecht"
19
19
__license__ = "Apache License, Version 2.0"
You can’t perform that action at this time.
0 commit comments