Skip to content

Commit

Permalink
Deprecation warning of storage
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusklang committed Jun 12, 2020
1 parent 331ae3d commit 6dfbbf8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions py/docria/storage.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from collections import *
from warnings import warn
warn("Deprecated: storage module has been renamed to collection, is forwarded for backwards compatability,"
" storage module will be removed in a future version.")

0 comments on commit 6dfbbf8

Please sign in to comment.