Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
yulaicui committed Jul 18, 2023
1 parent 6921d77 commit 54baa6a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
1 change: 1 addition & 0 deletions evadb/catalog/sql_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class SingletonMeta(type):
"""
This is a thread-safe implementation of Singleton.
"""

_instances = WeakValueDictionary()
_lock: Lock = Lock()

Expand Down
21 changes: 13 additions & 8 deletions tutorials/11-similarity-search-for-motif-mining.ipynb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"id": "3a4df227",
"metadata": {},
Expand All @@ -9,6 +10,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "5d29b79c",
"metadata": {},
Expand All @@ -21,6 +23,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "e6df3057",
"metadata": {},
Expand All @@ -39,6 +42,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "50b1674e",
"metadata": {},
Expand Down Expand Up @@ -78,6 +82,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "cc9f4144",
"metadata": {},
Expand Down Expand Up @@ -150,6 +155,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "0d8c9917",
"metadata": {},
Expand Down Expand Up @@ -221,6 +227,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "6743684c",
"metadata": {},
Expand Down Expand Up @@ -311,6 +318,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "cc5a1e73",
"metadata": {
Expand Down Expand Up @@ -449,6 +457,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "a19a5d51",
"metadata": {
Expand All @@ -465,6 +474,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "bce1b7fe",
"metadata": {},
Expand Down Expand Up @@ -534,6 +544,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "b356c435",
"metadata": {},
Expand Down Expand Up @@ -659,6 +670,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "40e563b2",
"metadata": {},
Expand Down Expand Up @@ -712,6 +724,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "096d4970",
"metadata": {},
Expand Down Expand Up @@ -763,14 +776,6 @@
"\n",
"plt.show()"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "f4adfa37",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 54baa6a

Please sign in to comment.