Skip to content

Commit

Permalink
isort too...
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Jul 23, 2024
1 parent 87629f9 commit 919a69e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pylatex/base_classes/containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
from __future__ import annotations

from collections import UserList
from collections.abc import Generator
from contextlib import contextmanager
from typing import TypeVar
from collections.abc import Generator

from pylatex.utils import dumps_list

Expand Down
2 changes: 1 addition & 1 deletion tests/test_tabular.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

from pylatex import Document, Section, Tabular, MultiColumn, StandAloneGraphic
from pylatex import Document, MultiColumn, Section, StandAloneGraphic, Tabular

# This file contains function that test several Tabular related functionality.

Expand Down

0 comments on commit 919a69e

Please sign in to comment.