Skip to content

Commit bb85233

Browse files
authored
Allow any file extension for SQLite db (#253)
1 parent 1615e35 commit bb85233

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyrate_limiter/buckets/sqlite_bucket.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ def init_from_file(
209209

210210
with file_lock_ctx:
211211
assert db_path is not None
212-
assert db_path.endswith(".sqlite"), "Please provide a valid sqlite file path"
213212

214213
sqlite_connection = sqlite3.connect(
215214
db_path,

0 commit comments

Comments
 (0)