Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sgpeter1 authored Jul 23, 2024
1 parent c1012ab commit 8fef5b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions csvkit/utilities/csvsql.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
#!/usr/bin/env python
import ast

import os.path
import sys

import agate
import agatesql # noqa: F401
from sqlalchemy import create_engine, dialects

from csvkit.cli import CSVKitUtility, isatty


Expand Down

0 comments on commit 8fef5b3

Please sign in to comment.