Skip to content

Commit 96e111b

Browse files
committed
Fix typo
1 parent 10b1efe commit 96e111b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tagging/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ So, `tag_value(container)` method gets a docker container as an input and return
6767

6868
```python
6969
from tagging.git_helper import GitHelper
70-
from tagging.taggers import import TaggerInterface
70+
from tagging.taggers import TaggerInterface
71+
7172

7273
class SHATagger(TaggerInterface):
7374
@staticmethod

0 commit comments

Comments
 (0)