Skip to content

Commit

Permalink
Includes root folder to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdimensionalstudios committed Aug 5, 2022
1 parent b6d6a3d commit 4173300
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion uk_bin_collection/tests/test_collect_data.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from uk_bin_collection.get_bin_data import AbstractGetBinDataClass as agbdc
from uk_bin_collection.uk_bin_collection.get_bin_data import AbstractGetBinDataClass as agbdc

import json
from unittest import mock
Expand Down
2 changes: 1 addition & 1 deletion uk_bin_collection/tests/test_common_functions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from uk_bin_collection.common import *
from uk_bin_collection.uk_bin_collection.common import *
import pytest


Expand Down
2 changes: 1 addition & 1 deletion uk_bin_collection/tests/test_uk_bin_collection.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from uk_bin_collection import __version__
from uk_bin_collection.uk_bin_collection import __version__


def test_version():
Expand Down

0 comments on commit 4173300

Please sign in to comment.