Skip to content

Commit 1064f7f

Browse files
committed
fix: linter errors for bench/
1 parent c02ec5b commit 1064f7f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ ignore = E501
44
show_source = True
55
statistics = True
66
count = True
7-
exclude = .direnv,.git,__pycache__,venv,.eggs,.venv
7+
exclude = .direnv,.git,__pycache__,venv,.eggs,.venv,bench/build

bench/bench_libais.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
from pyais.exceptions import UnknownMessageException
2-
from pyais import FileReaderStream
31
from collections import defaultdict
42
import time
53
import pathlib
64
import ais.stream
7-
import json
85
import ais.compatibility.gpsd
96

107
file = pathlib.Path(__file__).parent.joinpath('../tests/nmea-sample')

0 commit comments

Comments
 (0)