Skip to content

Commit

Permalink
Ensure that the full module is imported in cssutils.css.cssrule. Ref a…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 30, 2024
1 parent ead999f commit 4fd6bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cssutils/css/cssrule.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__all__ = ['CSSRule']

import cssutils
import cssutils.util
import xml.dom


Expand Down

0 comments on commit 4fd6bbe

Please sign in to comment.