Skip to content

Commit

Permalink
Lint Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Darshan Prajapati committed Jan 22, 2024
1 parent f9db5f2 commit 45b4e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xql/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
long_description=open('README.md', 'r', encoding='utf-8').read(),
long_description_content_type='text/markdown',
python_requires='>=3.8, <3.11',
)
)
2 changes: 1 addition & 1 deletion xql/xql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from .apply import main, parse_query, run_query
from .apply import main, parse_query, run_query #noqa

0 comments on commit 45b4e33

Please sign in to comment.