Skip to content

Commit

Permalink
Merge pull request #6 from edx/saad/PROD-1440-handle-fragment-depreca…
Browse files Browse the repository at this point in the history
…tion

[PROD-1440] - Handle fragment DeprecationWarning to reduce logs.
  • Loading branch information
saadyousafarbi authored Apr 14, 2020
2 parents 7091509 + ca7a00e commit 5646540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion done/done.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import pkg_resources
from xblock.core import XBlock
from xblock.fields import Boolean, DateTime, Float, Scope, String
from xblock.fragment import Fragment
from web_fragments.fragment import Fragment


def resource_string(path):
Expand Down

0 comments on commit 5646540

Please sign in to comment.