Skip to content

Commit

Permalink
made aamva a module
Browse files Browse the repository at this point in the history
  • Loading branch information
benhovinga committed May 14, 2024
1 parent 445078f commit 1864e8c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file added aamva/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion aamva/test_barcode.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest

import barcode as barcode
import aamva.barcode as barcode

barcode_testdata = (
# ((version, barcode_string, header, designators, subfiles), ...)
Expand Down
2 changes: 1 addition & 1 deletion aamva/test_issuing_authority.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest

import issuing_authority
import aamva.issuing_authority as issuing_authority


@pytest.fixture
Expand Down

0 comments on commit 1864e8c

Please sign in to comment.