Skip to content

Commit ae010c1

Browse files
committed
Remove step from FingerprintCodebase
Signed-off-by: Jono Yang <[email protected]>
1 parent 5201aa5 commit ae010c1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: src/matchcode_toolkit/pipelines/fingerprint_codebase.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ class FingerprintCodebase(Pipeline):
3434

3535
@classmethod
3636
def steps(cls):
37-
return (
38-
cls.fingerprint_codebase,
39-
cls.fingerprint_stem_codebase_resources,
40-
)
37+
return (cls.fingerprint_codebase,)
4138

4239
def fingerprint_codebase(self):
4340
"""

0 commit comments

Comments
 (0)