Skip to content

Commit

Permalink
✨ isort
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Dec 30, 2023
1 parent 881bf2d commit 7d05601
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion examples/async_file_io.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import requests # type: ignore

from codeboxapi import CodeBox


Expand Down
1 change: 0 additions & 1 deletion examples/async_plot_dataset.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os

import requests

from codeboxapi import CodeBox


Expand Down
1 change: 0 additions & 1 deletion examples/file_io.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import requests

from codeboxapi import CodeBox

with CodeBox() as codebox:
Expand Down
1 change: 0 additions & 1 deletion examples/plot_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from pathlib import Path

import requests

from codeboxapi import CodeBox

with CodeBox() as codebox:
Expand Down

0 comments on commit 7d05601

Please sign in to comment.