Skip to content

Commit bc75c12

Browse files
author
Sergio García Prado
committed
ISSUE #415
* Fix bug related with `pyparsing` import instead of `typing`.
1 parent 4f88dd7 commit bc75c12

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)