Skip to content

Commit

Permalink
Removed unnecessary datetime import from macros file.
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyG committed Mar 23, 2023
1 parent 6f50f1d commit 9a5a89b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/generator_macros.j2
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{# Usage: {%- import "generator_macros.j2" as macros -%} #}
{# {{ macros.linebreak(text) }} #}

import datetime

{%- macro linebreak(s) %}
{%- set parts = s.split(": ") -%}
"{{ parts[0] }}: "
Expand Down

0 comments on commit 9a5a89b

Please sign in to comment.