Skip to content

Commit 197c04c

Browse files
author
Sergio García Prado
authored
Merge pull request #444 from minos-framework/issue-415-fix-pyparsing-bug
#415 - Fix bug related with `pyparsing` import instead of `typing`
2 parents 66e60ed + 954d456 commit 197c04c

File tree

1 file changed

+1
-2
lines changed
  • packages/core/minos-microservice-common/minos/common/database/locks

1 file changed

+1
-2
lines changed

packages/core/minos-microservice-common/minos/common/database/locks/impl.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
from collections.abc import (
66
Hashable,
77
)
8-
9-
from pyparsing import (
8+
from typing import (
109
Optional,
1110
)
1211

0 commit comments

Comments
 (0)