Skip to content

Commit

Permalink
Fix test import - #2566
Browse files Browse the repository at this point in the history
  • Loading branch information
jeverling committed May 30, 2022
1 parent 8129ef4 commit 7b20831
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/parameter_collision_test.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# from .helpers import unittest

import unittest
from test.helpers import with_config

import luigi
from luigi.util import requires

from helpers import with_config


class A(luigi.Task):
num = luigi.IntParameter()
Expand Down

0 comments on commit 7b20831

Please sign in to comment.