Skip to content

Commit

Permalink
📝 Remove unnecessary whitespace in concepts.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Oct 23, 2023
1 parent 0224011 commit 0163623
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
| CodeBoxSettings | Configuration settings for the API client |
| CodeBoxError | Custom exception class for API errors |


## BaseBox

The BaseBox class is an abstract base class that defines the interface for isolated code execution environments, also called CodeBoxes. It contains abstract methods like `run`, `upload`, `download` etc. that all concrete CodeBox implementations need to implement. The BaseBox handles session management and enforces the core interface.
Expand Down

0 comments on commit 0163623

Please sign in to comment.