Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamZsofi authored and leventeBajczi committed Oct 20, 2024
1 parent 8d6091f commit 0973516
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
"""

import os
import re
import subprocess
Expand Down
1 change: 1 addition & 0 deletions tweaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
"""

from pycparser.c_ast import FuncDef, Decl, Struct, TypeDecl


Expand Down
1 change: 1 addition & 0 deletions witness2ast.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
"""

import networkx as nx
from pycparser.c_ast import (
Compound,
Expand Down

0 comments on commit 0973516

Please sign in to comment.