Skip to content

Commit

Permalink
chore: optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Feb 12, 2024
1 parent 103adb5 commit 68aa353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions sample_xblocks/filethumbs/filethumbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@
"""


import importlib_resources
import json
import logging


import importlib_resources
import png
from web_fragments.fragment import Fragment
from xblock.core import XBlock
Expand Down
3 changes: 1 addition & 2 deletions sample_xblocks/thumbs/thumbs.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
"""An XBlock providing thumbs-up/thumbs-down voting."""


import importlib_resources
import logging

import importlib_resources
from web_fragments.fragment import Fragment
from xblock.core import XBlock, XBlockAside
from xblock.fields import Boolean, Integer, Scope
Expand Down

0 comments on commit 68aa353

Please sign in to comment.