Skip to content

Commit

Permalink
Remove unused things
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Ingram committed Feb 6, 2022
1 parent 6538ead commit 3bc3cab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,3 @@ repos:
hooks:
- id: flynt
args: ["--verbose"]

- repo: https://github.com/Lucas-C/pre-commit-hooks-safety
rev: v1.2.2
hooks:
- id: python-safety-dependencies-check
3 changes: 0 additions & 3 deletions src/dark_star/templating.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
pass_context = jinja2.contextfunction


DARK_STAR_SEPARATOR = '""" [DarkStar]'


class TemplateExtractor(ast.NodeVisitor):
"""Makes our bare files into functions"""

Expand Down

0 comments on commit 3bc3cab

Please sign in to comment.