mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-20 11:32:07 +08:00
Fix imports for all namespace packages (#2506)
* Fix imports as they're namespace packages * Fix import for scripts/validate_filenames.py * Fix path in doctest
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import unittest
|
||||
|
||||
import greedy_knapsack as kp
|
||||
from . import greedy_knapsack as kp
|
||||
|
||||
|
||||
class TestClass(unittest.TestCase):
|
||||
|
Reference in New Issue
Block a user