Skip to content

Commit 6af277f

Browse files
committed
Fix flake8 errors
1 parent c1fefff commit 6af277f

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/libzxbpp/zxbasmpplex.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@
1010
# This is the Lexer for the ZXBppASM (ZXBASM Preprocessor)
1111
# ----------------------------------------------------------------------
1212

13-
import os
1413
import sys
1514

1615
from src.ply import lex
17-
import src.api.utils
18-
from src.libzxbpp.prepro.output import warning, error
1916

2017
from .base_pplex import BaseLexer
2118

src/libzxbpp/zxbpp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
import sys
1515
import os
16-
import re
1716
import argparse
1817
from typing import NamedTuple, List
1918

0 commit comments

Comments
 (0)