Skip to content

Commit

Permalink
Remove coding annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Jul 4, 2024
1 parent 0bcae5d commit 50c1909
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/test_compaction.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import pytest

from pdf417gen.compaction import compact, compact_bytes, compact_numbers, compact_text
Expand Down
2 changes: 0 additions & 2 deletions tests/test_encode.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

import pytest

from pdf417gen.compaction import TEXT_LATCH, NUMERIC_LATCH
Expand Down

0 comments on commit 50c1909

Please sign in to comment.