Skip to content

Commit

Permalink
Removed relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
geirawsm committed Oct 6, 2023
1 parent 4ff8dc6 commit bb65cde
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sausage_bot/test/datetime_handling_test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import pytest
from ..util import datetime_handling as dt
from sausage_bot.util import datetime_handling as dt


def test_correct_date_converting():
Expand Down
2 changes: 1 addition & 1 deletion sausage_bot/test/feeds_core_test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import pytest
from ..util import feeds_core, file_io
from sausage_bot.util import file_io


def test_check_similarity_return_number_or_none():
Expand Down
2 changes: 1 addition & 1 deletion sausage_bot/test/file_io_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
import pytest
from unittest import mock
from ..util import file_io, envs
from sausage_bot.util import file_io, envs


def test_write_file_input():
Expand Down
2 changes: 1 addition & 1 deletion sausage_bot/test/net_io_test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: UTF-8 -*-
import pytest
from ..util import net_io
from sausage_bot.util import net_io


def test_make_event_start_stop():
Expand Down

0 comments on commit bb65cde

Please sign in to comment.