Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
luismedel committed Dec 14, 2024
1 parent e811726 commit 16f1a11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/bluish/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
import logging
import os
from io import StringIO
from typing_extensions import Never

import click
import yaml
from dotenv import dotenv_values
from flask import Flask, abort, jsonify, request
from typing_extensions import Never

from bluish.__main__ import PROJECT_VERSION
from bluish.core import (
Expand Down
1 change: 1 addition & 0 deletions src/bluish/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ def init_commands() -> None:

def reset_commands() -> None:
from bluish.actions import reset_actions

reset_actions()

0 comments on commit 16f1a11

Please sign in to comment.