Skip to content

Commit

Permalink
lock and such
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Apr 16, 2024
1 parent 55df6d5 commit 9da77dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
from __future__ import annotations

import argparse
from glob import glob
import os
import re
import sys
from glob import glob
from pathlib import Path
from typing import Any, Callable, Dict, Iterator

Expand Down

0 comments on commit 9da77dc

Please sign in to comment.