Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
berendkleinhaneveld committed May 7, 2024
1 parent 060ea21 commit 995288b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion collagraph/sfc/compiler.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
from __future__ import annotations

import ast
from collections import defaultdict
import logging
from collections import defaultdict
from os import environ
from pathlib import Path

from collagraph import Component

from .parser import CGXParser, Node

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 995288b

Please sign in to comment.